diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/_list.html.erb | 1 | ||||
-rw-r--r-- | app/views/projects/index.html.erb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_list.html.erb b/app/views/projects/_list.html.erb index 8a1efc204..298ec8ca7 100644 --- a/app/views/projects/_list.html.erb +++ b/app/views/projects/_list.html.erb @@ -33,3 +33,4 @@ </tbody> </table> </div> +<span class="pagination"><%= pagination_links_full @entry_pages, @entry_count %></span> diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index 067c9bdee..59fc4e6e2 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -15,7 +15,6 @@ <p class="nodata"><%= l(:label_no_data) %></p> <% else %> <%= render :partial => @query.display_type, :locals => { :entries => @entries }%> - <span class="pagination"><%= pagination_links_full @entry_pages, @entry_count %></span> <% end %> <% end %> |