socialforge/app/views/contestnotifications/edit.html.erb

7 lines
435 B
Plaintext
Raw Normal View History

2014-06-11 11:06:37 +08:00
<%= labelled_form_for @contestnotification, :url => contest_contestnotification_path(@contest), :html => { :id => 'contestnotifications-form', :multipart => true } do |f| %>
<%= render :partial => 'contestnotifications/form', :locals => { :f => f } %>
<%= submit_tag l(:button_create), :class => "whiteButton m3p10 h30" %>
<%= submit_tag l(:button_cancel), :class => "whiteButton m3p10 h30",:onclick => "cancel();" %>
2014-05-30 20:32:37 +08:00
2014-06-11 11:06:37 +08:00
<% end %>