diff options
| author | Luc Donnet | 2014-06-18 09:52:28 +0200 |
|---|---|---|
| committer | Luc Donnet | 2014-06-18 09:52:28 +0200 |
| commit | bfd178055c1989d4d65a99e3752aa0ccd3abdad1 (patch) | |
| tree | c1160d25f2115ec98181ef9d0147a092f09a851c /app/views/import_tasks | |
| parent | f4f4a304e36825a53ebc9227509dc3c389ef17cf (diff) | |
| download | chouette-core-bfd178055c1989d4d65a99e3752aa0ccd3abdad1.tar.bz2 | |
Initialize big css refactoring
Diffstat (limited to 'app/views/import_tasks')
| -rw-r--r-- | app/views/import_tasks/index.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/import_tasks/index.html.erb b/app/views/import_tasks/index.html.erb index df70120b5..f19c84929 100644 --- a/app/views/import_tasks/index.html.erb +++ b/app/views/import_tasks/index.html.erb @@ -4,10 +4,10 @@ <span class="search"> <%= t("will_paginate.page_entries_info.search") %></span> <%= page_entries_info @import_tasks %> </div> <div class="import_tasks paginated_content"> - <%= render :partial => "import_task", :collection => @import_tasks %> + <%= paginated_content @import_tasks %> </div> <div class="pagination"> - <%= will_paginate @import_tasks, :container => false %> + <%= will_paginate @import_tasks, :container => false, renderer: BootstrapPagination::Rails %> </div> <% content_for :sidebar do %> |
