forked from bofh/fetsite
FIX: Unused div
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<h1><%= I18n.t('fotos.galleries')%></h1>
|
||||
<div class="container-fluid">
|
||||
<% @galleries.each_slice(2) do |row| %>
|
||||
<div class="row-fluid">
|
||||
<% row.each do |gallery| %>
|
||||
@@ -31,7 +30,6 @@
|
||||
<% end %> <!-- end row -->
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<%= link_to I18n.t('fotos.new-gallery'), new_gallery_path %>
|
||||
|
||||
Reference in New Issue
Block a user