mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-08 00:21:31 +00:00
Adds a Cancel button on issue edit view (#18051).
Patch by Marcin Świątkiewicz. git-svn-id: http://svn.redmine.org/redmine/trunk@13477 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
71351ce232
commit
146af67b3c
@ -46,6 +46,7 @@
|
||||
<%= hidden_field_tag 'last_journal_id', params[:last_journal_id] || @issue.last_journal_id %>
|
||||
<%= submit_tag l(:button_submit) %>
|
||||
<%= preview_link preview_edit_issue_path(:project_id => @project, :id => @issue), 'issue-form' %>
|
||||
| <%= link_to l(:button_cancel), {}, :onclick => "$('#update').hide(); return false;" %>
|
||||
<% end %>
|
||||
|
||||
<div id="preview" class="wiki"></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user