Project

General

Profile

« Previous | Next » 

Revision 8ff59b90

Added by Marc Dequènes almost 15 years ago

  • ID 8ff59b90e699695c175ab594a2687ef11878682d

[evol] added artwork view and now use the new image frame in all views

View differences:

app/views/view/group.rhtml
<h2><%= _("Artworks:") %></h2>
<p>
<% @artwork_group.artworks.each do |artwork| %>
<%= display_artwork_frame(artwork, :frame_type => :float, :size => :thumb_small, :display_size => false) %>
<%= display_image_frame(artwork.image, :frame_type => :float, :size => :thumb_small, :display_size => false) %>
<% end %>
<br style="clear: both;"/>
</p>

Also available in: Unified diff