diff options
| author | Luc Donnet | 2012-08-06 13:30:08 +0200 |
|---|---|---|
| committer | Luc Donnet | 2012-08-06 13:30:08 +0200 |
| commit | 23db0719ef5508584243047332184984fb89e258 (patch) | |
| tree | 7206d0abaddbbf42866933c28580792a2967ae0a /app/views/networks | |
| parent | f9eab62b3a9ae2c88cc22fb0b8ddbeaeff1be673 (diff) | |
| download | chouette-core-23db0719ef5508584243047332184984fb89e258.tar.bz2 | |
Update css for index list
Diffstat (limited to 'app/views/networks')
| -rw-r--r-- | app/views/networks/index.html.erb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/views/networks/index.html.erb b/app/views/networks/index.html.erb index 825bb3dcb..f3502f1e6 100644 --- a/app/views/networks/index.html.erb +++ b/app/views/networks/index.html.erb @@ -8,11 +8,8 @@ <%= link_to t("cancel"), referential_networks_path(@referential) %> <% end %> -<div class="pagination"> - <div class="page_info"> - <%= page_entries_info @networks %> - </div> - <%= will_paginate @networks, :container => false %> +<div class="page_info"> + <span class="search"> <%= t("will_paginate.page_entries_info.search") %></span> <%= page_entries_info @networks %> </div> <div class="networks paginated_content"> <%= render :partial => "network", :collection => @networks %> |
