git-svn-id: https://192.168.0.254/svn/Rodax.redmine_rodax_crm/trunk@4 ff88604e-da85-c949-a72f-fc3aa3ba3724
7 lines
314 B
Plaintext
7 lines
314 B
Plaintext
<h2><%= link_to l(:label_contract_status_plural), :controller => 'contract_statuses', :action => 'index' %> » <%=h @contract_status %></h2>
|
|
|
|
<% form_tag({:action => 'update', :id => @contract_status}, :class => "tabular") do %>
|
|
<%= render :partial => 'form' %>
|
|
<%= submit_tag l(:button_save) %>
|
|
<% end %>
|