Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
9
app/views/news/new.html.erb
Normal file
9
app/views/news/new.html.erb
Normal file
|
@ -0,0 +1,9 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue