annotate app/views/news/edit.html.erb @ 1516:b450a9d58aed redmine-2.4

Update to Redmine SVN revision 13356 on 2.4-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:28:31 +0100
parents 433d4f72a19b
children
rev   line source
Chris@0 1 <h2><%=l(:label_news)%></h2>
Chris@0 2
Chris@1115 3 <%= labelled_form_for @news, :html => { :id => 'news-form', :multipart => true, :method => :put } do |f| %>
Chris@0 4 <%= render :partial => 'form', :locals => { :f => f } %>
Chris@0 5 <%= submit_tag l(:button_save) %>
Chris@1115 6 <%= preview_link preview_news_path(:project_id => @project, :id => @news), 'news-form' %>
Chris@0 7 <% end %>
Chris@0 8 <div id="preview" class="wiki"></div>
chris@22 9
chris@22 10 <% content_for :header_tags do %>
chris@22 11 <%= stylesheet_link_tag 'scm' %>
chris@22 12 <% end %>