<%= l(:label_message_new) %>

<%= form_for @question_item, { :url => project_questions_path(@project, {}), :html => {:multipart => true, :id => 'question_form'}} do |f| %>
<%= render partial: 'form', locals: { f: f } %>
<%= submit_tag l(:button_create) %> <% preview_link({ controller: 'questions', action: 'preview', id: @question_item }, 'question_form') if Redmine::VERSION.to_s <= '3.4.5' %> <% end %>