Revision 0ace8a06
Added by Marc Dequènes over 14 years ago
- ID 0ace8a0696e36e6819c33b7e152103bf852bef66
app/views/admin/artwork_step_images/index.rhtml | ||
---|---|---|
<h2><%= sprintf(_("Steps in Artwork '%s'"), @artwork.title) %></h2>
|
||
<h2><%= sprintf(_("Steps in Artwork '%s'"), link_to_resource(@artwork, @artwork.title)) %></h2>
|
||
<% repeat_links_size = 3 %>
|
||
|
||
|
app/views/admin/artwork_step_images/show.rhtml | ||
---|---|---|
<h2><%= (@artwork_step_image == @artwork_step_image.artwork.image) ? "" : _("Artwork Step for") + " " %><i><%= @artwork.title %></i></h2>
|
||
<h2><%= (@artwork_step_image == @artwork_step_image.artwork.image) ? "" : _("Artwork Step for") + " " %><i><%= link_to_resource @artwork, @artwork.title %></i></h2>
|
||
|
||
<h3><%= @artwork_step_image.date %></h3>
|
||
<% if @artwork_step_image.comment %>
|
Also available in: Unified diff
[evol] added more links from artwork steps to the artwork