mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
remove extra space from app/views/issues/_edit.html.erb
git-svn-id: http://svn.redmine.org/redmine/trunk@18551 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -79,5 +79,4 @@
|
|||||||
<%= hidden_field_tag 'next_issue_id', @next_issue_id if @next_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 %>
|
<%= hidden_field_tag 'issue_position', @issue_position if @issue_position %>
|
||||||
<%= hidden_field_tag 'issue_count', @issue_count if @issue_count %>
|
<%= hidden_field_tag 'issue_count', @issue_count if @issue_count %>
|
||||||
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user