<%= link_to 'New naming scheme', :action => 'new' %>
<%= column %> |
<% end %>
|||
---|---|---|---|
<%=h naming_scheme.name %> | <%= link_to 'Modify Naming Elements', :controller => 'naming_elements', :action => 'list_for_naming_scheme', :naming_scheme_id => naming_scheme %> | <%= link_to 'Rename', :action => 'rename', :id => naming_scheme %> | <%= link_to 'Destroy', { :action => 'destroy', :id => naming_scheme }, :confirm => naming_scheme.destroy_warning %> |