Mercurial > hg > soundsoftware-site
view app/views/news/new.html.erb @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +0100 |
parents | 433d4f72a19b |
children |
line wrap: on
line source
<h2><%=l(:label_news_new)%></h2> <%= labelled_form_for @news, :url => project_news_index_path(@project), :html => { :id => 'news-form', :multipart => true } do |f| %> <%= render :partial => 'news/form', :locals => { :f => f } %> <%= submit_tag l(:button_create) %> <%= preview_link preview_news_path(:project_id => @project), 'news-form' %> <% end %> <div id="preview" class="wiki"></div>