diff options
Diffstat (limited to 'app/views/projects/add_news.rhtml')
-rw-r--r-- | app/views/projects/add_news.rhtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/projects/add_news.rhtml b/app/views/projects/add_news.rhtml new file mode 100644 index 000000000..a6ecd3da7 --- /dev/null +++ b/app/views/projects/add_news.rhtml @@ -0,0 +1,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 %>
\ No newline at end of file |