Skip to content

Commit

Permalink
Added aria-label for empty link . (publiclab#8095)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsachin08 authored and Piyush Swain committed Oct 22, 2020
1 parent 648aaec commit e0277a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/_node_question.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="col-lg-6 note-container-question">
<div class="note note-pane note-question<% if node.status == 4 %> moderated<% end %>">

<div class="header-icon"><i class="fa fa-question-circle"></i> <a href="/q/<%= node.id %>"><i class="fa fa-link"></i></a></div>
<div class="header-icon"><i class="fa fa-question-circle"></i> <a aria-label="Link to question" href="/q/<%= node.id %>"><i class="fa fa-link"></i></a></div>

<div style="overflow: hidden;">

Expand Down

0 comments on commit e0277a7

Please sign in to comment.