Project

General

Profile

« Previous | Next » 

Revision 2e9b8af0

Added by Marc Dequènes almost 15 years ago

  • ID 2e9b8af06f26816ec635ea9d23977419014262f3

[evol] added group view and linked it from the tree and set views

View differences:

app/views/view/set.rhtml
<h2><%= _("Groups:") %></h2>
<p>
<% @artwork_set.artwork_groups.each do |group| %>
<%= display_artwork_frame(group.artworks.last, :frame_type => :float, :size => :thumb_small, :force_title => group.name, :display_size => false) %>
<%= link_to(display_artwork_frame(group.artworks.last, :frame_type => :float, :size => :thumb_small, :force_title => group.name, :display_size => false), :action => 'group', :id => group.id) %>
<% end %>
<br style="clear: both;"/>
</p>

Also available in: Unified diff