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

20 lines
692 B
Plaintext

<!-- <h1>Editing contestnotification</h1>
<%= render 'form' %>
<%= link_to 'Show', @contestnotification %> |
<%= link_to 'Back', contestnotifications_path %> -->
<h3><%=l(:label_news)%></h3>
<%= labelled_form_for @contestnotifications, :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(:project_id => @contest, :id => @contestnotifications), 'contestnotifications-form' %>
<% end %>
<div id="preview" class="wiki"></div>
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'scm' %>
<% end %>