forked from bofh/fetsite
FIX: Unused div
This commit is contained in:
@@ -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 %>
|
||||||
|
|||||||
Reference in New Issue
Block a user