Mercurial > hg > soundsoftware-site
view app/views/enumerations/new.rhtml @ 186:011f2ec6018f cannam-pre-20110113-merge
Remove unwanted file
author | Chris Cannam |
---|---|
date | Thu, 03 Feb 2011 15:34:42 +0000 |
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 %>