commit:     6a5810db065cdc99c10c13e263ccdfd16f4e2471
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sun Feb 22 00:01:22 2015 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 00:01:22 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=6a5810db

erb fix

---
 views/pagination.erb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/views/pagination.erb b/views/pagination.erb
index 9b85ec9..5b1b3c5 100644
--- a/views/pagination.erb
+++ b/views/pagination.erb
@@ -21,6 +21,7 @@
     <% end %>
     <% if (max_pages - max) > 10 %>
     <li><a href="<%= max_pages %>"><%= max_pages %></a></li>
+    <% end %>
     <% if current_page == max_pages %>
     <li class="disabled">
       <a href="#" aria-label="Next">

Reply via email to