This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
redmine_rodax_crm/app/views/contract_statuses/edit.html.erb
2012-01-03 21:11:44 +00:00

7 lines
314 B
Plaintext

<h2><%= link_to l(:label_contract_status_plural), :controller => 'contract_statuses', :action => 'index' %> &#187; <%=h @contract_status %></h2>
<% form_tag({:action => 'update', :id => @contract_status}, :class => "tabular") do %>
<%= render :partial => 'form' %>
<%= submit_tag l(:button_save) %>
<% end %>