Sha256: f6544acc6cd3e6ac52bc525db680b933f8f3bedd59f9235484d9137e818a0934
Contents?: true
Size: 775 Bytes
Versions: 12
Compression:
Stored size: 775 Bytes
Contents
<ul> <%% if @<%= model_name_underscored %> && !@<%= model_name_underscored %>.new_record? %> <li><%%= link_to l(:button_edit), edit_polymorphic_path([@project, @<%= model_name_underscored %>]), title: l(:button_edit), class: 'icon icon-edit' %></li> <%% end %> <%% if @<%= model_name_underscored %>.nil? %> <li><%%= link_to l(:button_<%= model_name_underscored %>_new), new_polymorphic_path([@project, :<%= model_name_underscored %>]), title: l(:title_<%= model_name_underscored %>_new), class: 'icon icon-add' %></li> <%% end %> <li><%%= link_to l(:label_<%= model_name_pluralize_underscored %>), polymorphic_path([@project, <%= model_name %>], set_filter: '1'), title: l(:label_<%= model_name_pluralize_underscored %>), class: 'icon icon-folder' %></li> </ul>
Version data entries
12 entries across 12 versions & 1 rubygems