mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-05 07:01:30 +00:00
code layout clean up app/views/issues/_edit.html.erb
git-svn-id: http://svn.redmine.org/redmine/trunk@19143 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
81a8e8b398
commit
65bcca6bb2
@ -73,8 +73,10 @@
|
||||
<%= f.hidden_field :lock_version %>
|
||||
<%= hidden_field_tag 'last_journal_id', params[:last_journal_id] || @issue.last_journal_id %>
|
||||
<%= submit_tag l(:button_submit) %>
|
||||
<%= link_to l(:button_cancel), issue_path(id: @issue.id), :onclick => params[:action] == 'show' ? "$('#update').hide(); return false;" : '' %>
|
||||
|
||||
<%= link_to(
|
||||
l(:button_cancel), issue_path(id: @issue.id),
|
||||
:onclick => params[:action] == 'show' ? "$('#update').hide(); return false;" : ''
|
||||
) %>
|
||||
<%= hidden_field_tag 'prev_issue_id', @prev_issue_id if @prev_issue_id %>
|
||||
<%= hidden_field_tag 'next_issue_id', @next_issue_id if @next_issue_id %>
|
||||
<%= hidden_field_tag 'issue_position', @issue_position if @issue_position %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user