You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
439 B
10 lines
439 B
6 years ago
|
<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>
|