summaryrefslogtreecommitdiffstats
path: root/redmine/app/views/projects/add_news.rhtml
blob: a6ecd3da7843a9fc8ad5eafe4294b42b460f110d (plain)
1
2
3
4
5
6
<h2><%=l(:label_news_new)%></h2>

<% labelled_tabular_form_for :news, @news, :url => { :action => "add_news" } do |f| %>
<%= render :partial => 'news/form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<% end %>