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