To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / enumerations / edit.html.erb @ 912:5e80956cc792
History | View | Annotate | Download (296 Bytes)
| 1 | 0:513646585e45 | Chris | <h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> » <%=h @enumeration %></h2> |
|---|---|---|---|
| 2 | |||
| 3 | <% form_tag({:action => 'update', :id => @enumeration}, :class => "tabular") do %>
|
||
| 4 | <%= render :partial => 'form' %>
|
||
| 5 | <%= submit_tag l(:button_save) %>
|
||
| 6 | <% end %> |