To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 8c / 8c9985bb9b23719d27561e0988a8665ae9ec3fc9.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (296 Bytes)
| 1 |
<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 %> |