Actualizado plugin Redmine Questions 1.0.0 light
This commit is contained in:
parent
27e60f8ec1
commit
5d7889f1c9
140 changed files with 5342 additions and 1430 deletions
15
plugins/redmine_questions/app/views/questions/edit.html.erb
Normal file
15
plugins/redmine_questions/app/views/questions/edit.html.erb
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
<h2><%= avatar(@question_item.author, :size => "24") %><%=h @question_item.subject %></h2>
|
||||
|
||||
<%= form_for @question_item, { :url => question_path(@question_item), :html => {:multipart => true,
|
||||
:id => 'question_form', :method => :put}} do |f| %>
|
||||
<%= back_url_hidden_field_tag %>
|
||||
<div id="all_attributes">
|
||||
<%= render :partial => 'form', :locals => {:f => f} %>
|
||||
</div>
|
||||
<%= submit_tag l(:button_save) %>
|
||||
<%= preview_link({:controller => 'questions', :action => 'preview', :question_id => @question_item}, 'question_form') %>
|
||||
|
||||
<% end %>
|
||||
<div id="preview" class="wiki"></div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue