pagination bootstrap update layout

This commit is contained in:
2014-08-21 16:29:29 +05:30
committed by Andreas Stephanides
parent 753d4e212f
commit 1d00b07719
20 changed files with 129 additions and 54 deletions

View File

@@ -0,0 +1,15 @@
<div id="nlink_list">
<%= I18n.t("neuigkeit.sieheauch") %>
<div class="container-fluid">
<% nlink_list_whole.each_slice(2) do |row| %>
<div class="row-fluid">
<% row.each do |nl| %>
<div class="span6">
<%= render partial: "nlink_list", object: nl %>
</div>
<% end %>
</div>
<% end %>
</div>
</div>