Revision 402c7e4f
Added by Marc Dequènes over 15 years ago
- ID 402c7e4f28420ecb7f13f534faaa4b0c377cc845
app/views/view/artwork.rhtml | ||
---|---|---|
</div>
|
||
|
||
<p>
|
||
<%= sprintf(_("This artwork is part of the '%s' set"), link_to(@artwork.artwork_set.name, :action => 'set', :id => @artwork.artwork_set.id)) %>
|
||
<%= sprintf(_("This artwork is part of the '%s' set."), link_to(@artwork.artwork_set.name, :action => 'set', :id => @artwork.artwork_set.id)) %>
|
||
<% if @artwork.artwork_group %>
|
||
<br />
|
||
<%= sprintf(_("This artwork is part of the '%s' group"), link_to(@artwork.artwork_group.name, :action => 'group', :id => @artwork.artwork_group.id)) %>
|
||
<%= sprintf(_("This artwork is part of the '%s' group."), link_to(@artwork.artwork_group.name, :action => 'group', :id => @artwork.artwork_group.id)) %>
|
||
<% end %>
|
||
</p>
|
||
|
app/views/view/group.rhtml | ||
---|---|---|
<h1><%= sprintf(_("View of group '%s'"), @artwork_group.name) %></h1>
|
||
|
||
<p>
|
||
<%= sprintf(_("This group is part of the '%s' set"), link_to(@artwork_group.artwork_set.name, :action => 'set', :id => @artwork_group.artwork_set.id)) %>
|
||
<%= sprintf(_("This group is part of the '%s' set."), link_to(@artwork_group.artwork_set.name, :action => 'set', :id => @artwork_group.artwork_set.id)) %>
|
||
</p>
|
||
|
||
<h2><%= _("Artworks:") %></h2>
|
Also available in: Unified diff
[fix] corrected punctuation