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

12 lines
536 B
Plaintext
Raw Normal View History

2014-06-11 11:13:10 +08:00
<h3><%=l(:label_news)%></h3>
2014-05-30 20:32:37 +08:00
2014-06-13 09:38:51 +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-06-13 09:38:51 +08:00
<%= preview_link preview_contestnotifications_path(id: @contestnotification), '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 %>