2014-10-23 11:30:34 +08:00
|
|
|
<h3><%=l(:label_edit_contest_notice)%></h3>
|
|
|
|
|
|
|
|
<%= labelled_form_for @contestnotification,
|
|
|
|
:url => contest_contestnotification_path,
|
|
|
|
:html => { :id => 'contestnotifications-form',
|
|
|
|
:multipart => true,
|
|
|
|
:method => :put } do |f| %>
|
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
|
|
<%= submit_tag l(:button_save) %>
|
|
|
|
<%#= preview_link preview_contestnotifications_path(id: @contestnotification),
|
|
|
|
'contestnotifications-form'
|
|
|
|
%>
|
|
|
|
<% end %>
|
|
|
|
<div id="preview" class="wiki"></div>
|
|
|
|
|
|
|
|
<% content_for :header_tags do %>
|
|
|
|
<%= stylesheet_link_tag 'scm' %>
|
2014-06-11 11:06:37 +08:00
|
|
|
<% end %>
|