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/tree.rhtml
<h1><%= _("Tree view of the Cyma") %></h1>
<table>
<table class="image_list">
<% ArtworkSet.find(:all, :order => 'name ASC').each do |set| %>
<tr><th><%= link_to(display_image_frame(set.artworks.last.image, :frame_type => :cell, :size => :thumb_small, :force_title => set.name, :display_size => false, :with_link => false, :classes => "set"), :controller => '/view', :action => 'set', :id => set.id) %></th>
<% unless set.artwork_groups.empty? %>

Also available in: Unified diff