Skip to content

Commit

Permalink
Fixed wrapper - added .images class, so stylesheet can stylize it.
Browse files Browse the repository at this point in the history
  • Loading branch information
And committed Jan 7, 2013
1 parent ef30272 commit 10ed1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/attachments/_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<% if defined?(thumbnails) && thumbnails %>
<% images = attachments.select(&:thumbnailable?) %>
<% if images.any? %>
<div class="thumbnails">
<div class="thumbnails images">
<% images.each do |attachment| %>
<div>
<%=
Expand Down

0 comments on commit 10ed1e2

Please sign in to comment.