Sha256: ae01dc4d51df7fae0957a59e613fb6dbb91491c26b873cf65f152a224215f9f8
Contents?: true
Size: 827 Bytes
Versions: 32
Compression:
Stored size: 827 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 button' %></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 button button-positive' %></li> <%% end %> <li><%%= link_to l(:label_<%= model_name_pluralize_underscored %>), polymorphic_path([@project, :<%= model_name_pluralize_underscored %>], set_filter: '1'), title: l(:label_<%= model_name_pluralize_underscored %>), class: 'icon icon-folder button' %></li> </ul>
Version data entries
32 entries across 32 versions & 1 rubygems