mirror of
https://github.com/redmine/redmine.git
synced 2026-02-21 14:07:52 +01:00
Merged r24044 from trunk to 6.1-stable (#43280).
git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24045 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
}.merge(list_autofill_data_attributes),
|
||||
:no_label => true %>
|
||||
<% end %>
|
||||
<%= link_to_function content_tag(:span, sprite_icon('edit', l(:button_edit)), :class => 'icon icon-edit'), '$(this).hide(); $("#issue_description_and_toolbar").show()' unless @issue.new_record? %>
|
||||
<%= link_to_function content_tag(:span, sprite_icon('edit', l(:button_edit))), '$(this).hide(); $("#issue_description_and_toolbar").show()', :class => 'icon icon-edit' unless @issue.new_record? %>
|
||||
</p>
|
||||
<%= wikitoolbar_for 'issue_description', preview_issue_path(:project_id => @issue.project, :issue_id => @issue.id) %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user