????

Your IP : 13.58.48.103


Current Path : C:/inetpub/vhost/redmine.gdtvietnam.com/app/views/news/
Upload File :
Current File : C:/inetpub/vhost/redmine.gdtvietnam.com/app/views/news/new.html.erb

<h2><%=l(:label_news_new)%></h2>

<%= labelled_form_for @news, :url => (@project ? project_news_index_path(@project) : news_index_path),
                                           :html => { :id => 'news-form', :multipart => true } do |f| %>
  <%= render :partial => 'news/form', :locals => { :f => f } %>
  <%= submit_tag l(:button_create) %>
<% end %>