Project

General

Profile

« Previous | Next » 

Revision c8cba6c5

Added by Marc Dequènes about 14 years ago

  • ID c8cba6c512eb9a1f7bc7f5abe61a98749e9bd5f0

[cosmetic] properly align images vertically in an image list

View differences:

app/views/view/set.rhtml
</p>
<h2><%= _("Groups:") %></h2>
<table>
<table class="image_list">
<% @artwork_set.artwork_groups.each do |group| %>
<td><%= link_to(display_image_frame(group.artworks.last.image, :frame_type => :cell, :size => :thumb_small, :force_title => group.name, :display_size => false, :with_link => false, :classes => "group"), :controller => '/view', :action => 'group', :id => group.id) %></td>
<% end %>

Also available in: Unified diff