Skip to content

Commit

Permalink
Add role menuitem to per page dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
camillevilla committed Dec 9, 2019
1 parent 9ccc5a3 commit 1912c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_per_page_widget.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</button>
<ul class="dropdown-menu" role="menu">
<%- per_page_options_for_select.each do |(label, count)| %>
<li><%= link_to(label, url_for(search_state.params_for_search(per_page: count))) %></li>
<li role="menuitem"><%= link_to(label, url_for(search_state.params_for_search(per_page: count))) %></li>
<%- end -%>
</ul>
</div>
Expand Down

0 comments on commit 1912c88

Please sign in to comment.