|
|
@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
|
|
:html => {:multipart => true, :id => 'cost_object_form'} do |f| %> |
|
|
|
:html => {:multipart => true, :id => 'cost_object_form'} do |f| %> |
|
|
|
<%= error_messages_for 'cost_object' %> |
|
|
|
<%= error_messages_for 'cost_object' %> |
|
|
|
<%= render :partial => 'form', :locals => {:f => f} %> |
|
|
|
<%= render :partial => 'form', :locals => {:f => f} %> |
|
|
|
<%= styled_button_tag l(:button_create), class: '-success -with-icon icon-yes' %> |
|
|
|
<%= styled_button_tag l(:button_create), class: '-with-icon icon-yes' %> |
|
|
|
<%= styled_button_tag l(:button_create_and_continue), :name => 'continue', |
|
|
|
<%= styled_button_tag l(:button_create_and_continue), :name => 'continue', |
|
|
|
class: 'button -highlight'%> |
|
|
|
class: 'button -highlight'%> |
|
|
|
|
|
|
|
|
|
|
|