2014-05-30 20:32:37 +08:00
|
|
|
|
2014-09-12 16:45:03 +08:00
|
|
|
<%= labelled_form_for @contestnotification,
|
|
|
|
:url => contest_contestnotifications_path(@contest),
|
|
|
|
:html => { :id => 'contestnotifications-form', :multipart => true } do |f| %>
|
2014-06-04 20:29:15 +08:00
|
|
|
<%= render :partial => 'contestnotifications/form', :locals => { :f => f } %>
|
|
|
|
<%= submit_tag l(:button_create), :class => "whiteButton m3p10 h30" %>
|
2014-06-09 16:08:35 +08:00
|
|
|
<%= submit_tag l(:button_cancel), :class => "whiteButton m3p10 h30",:onclick => "cancel();" %>
|
|
|
|
|
2014-06-09 11:30:18 +08:00
|
|
|
|
2014-06-04 20:29:15 +08:00
|
|
|
<% end %>
|
2014-05-30 20:32:37 +08:00
|
|
|
<div id="preview" class="wiki"></div>
|