Removes html role attributes

This commit is contained in:
Alberto Garcia Cabeza
2016-03-11 16:26:44 +01:00
parent 8d1c9daa4f
commit 97db98fd3e
10 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
<%= paginator.render do -%>
<div class="pagination-centered">
<nav>
<ul class="pagination text-center margin-top" role="navigation" aria-label="Pagination">
<ul class="pagination text-center margin-top" aria-label="Pagination">
<%= first_page_tag unless current_page.first? %>
<%= prev_page_tag unless current_page.first? %>