Mercurial > hg > soundsoftware-site
view app/views/enumerations/.svn/text-base/new.rhtml.svn-base @ 872:9d7526c3a78a feature_124
Close obsolete branch feature_124
| author | Chris Cannam |
|---|---|
| date | Sat, 02 Apr 2011 11:56:49 +0100 |
| parents | 513646585e45 |
| children |
line wrap: on
line source
<h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> » <%=l(:label_enumeration_new)%></h2> <% form_tag({:action => 'create'}, :class => "tabular") do %> <%= render :partial => 'form' %> <%= submit_tag l(:button_create) %> <% end %>
