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/deal_statuses/new.html.erb
2012-01-03 16:18:32 +00:00

7 lines
289 B
Plaintext

<h2><%= link_to l(:label_deal_status_plural), :controller => 'deal_statuses', :action => 'index' %> &#187; <%=l(:label_deal_status_new)%></h2>
<% form_tag({:action => 'create'}, :class => "tabular") do %>
<%= render :partial => 'form' %>
<%= submit_tag l(:button_create) %>
<% end %>