FIX: Unused div

This commit is contained in:
HausdorffHimself
2013-09-10 01:58:40 +02:00
parent 0e12cec427
commit 4a6a111fd9

View File

@@ -1,5 +1,4 @@
<h1><%= I18n.t('fotos.galleries')%></h1> <h1><%= I18n.t('fotos.galleries')%></h1>
<div class="container-fluid">
<% @galleries.each_slice(2) do |row| %> <% @galleries.each_slice(2) do |row| %>
<div class="row-fluid"> <div class="row-fluid">
<% row.each do |gallery| %> <% row.each do |gallery| %>
@@ -31,7 +30,6 @@
<% end %> <!-- end row --> <% end %> <!-- end row -->
</div> </div>
<% end %> <% end %>
</div>
<br /> <br />
<%= link_to I18n.t('fotos.new-gallery'), new_gallery_path %> <%= link_to I18n.t('fotos.new-gallery'), new_gallery_path %>