Skip to content

Commit

Permalink
Adjusted layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Glen committed Oct 30, 2014
1 parent 0dda26a commit d0b8ba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/smithy/assets/_asset.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li>
<div class="col-xs-6 col-md-3">
<div class="thumbnail clearfix">
<%= link_to asset.file.remote_url do %>
<% if asset.file_type == :image %>
Expand All @@ -13,4 +13,4 @@
<%= link_to "Delete", asset, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: "Are you sure?" } %>
</div>
</div>
</li>
</div>
4 changes: 2 additions & 2 deletions app/views/smithy/assets/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

<%= paginate @assets %>

<ul class="thumbnails" id="asset-thumbnails">
<div class="thumbnails row" id="asset-thumbnails">
<%= render @assets %>
</ul>
</div>

0 comments on commit d0b8ba2

Please sign in to comment.