2014-09-24 14:47:53 +08:00
|
|
|
<h3><%=l(:label_edit_contest_notice)%></h3>
|
2014-05-30 20:32:37 +08:00
|
|
|
|
2014-09-12 16:45:03 +08:00
|
|
|
<%= labelled_form_for @contestnotification,
|
|
|
|
:url => contest_contestnotification_path,
|
|
|
|
:html => { :id => 'contestnotifications-form',
|
|
|
|
:multipart => true,
|
|
|
|
:method => :put } do |f| %>
|
2014-06-11 11:13:10 +08:00
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
|
|
<%= submit_tag l(:button_save) %>
|
2014-10-13 09:40:49 +08:00
|
|
|
<%#= preview_link preview_contestnotifications_path(id: @contestnotification),
|
2014-09-12 16:45:03 +08:00
|
|
|
'contestnotifications-form'
|
|
|
|
%>
|
2014-06-11 11:13:10 +08:00
|
|
|
<% end %>
|
|
|
|
<div id="preview" class="wiki"></div>
|
2014-05-30 20:32:37 +08:00
|
|
|
|
2014-06-11 11:13:10 +08:00
|
|
|
<% content_for :header_tags do %>
|
|
|
|
<%= stylesheet_link_tag 'scm' %>
|
2014-06-11 11:06:37 +08:00
|
|
|
<% end %>
|