Sha256: 5df4f89ea8bbcf26072de6dd58a43245e96063fe3ea72cb0017b39f2306de003
Contents?: true
Size: 820 Bytes
Versions: 11
Compression:
Stored size: 820 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 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
11 entries across 11 versions & 1 rubygems