We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faff439 commit 8ae9610Copy full SHA for 8ae9610
app/views/issues/_change_author.html.slim
@@ -3,7 +3,8 @@
3
- if author_options.present?
4
p#change_author
5
= form.label_for_field :author_id
6
- = link_to_function tag.span(l(:button_edit), class: 'icon icon-edit'), '$(this).hide(); $("#issue_author_id").show()'
+ = link_to_function svg_icon_tag('edit', label: :button_edit, wrapper: :span, plugin: ''),
7
+ '$(this).hide(); $("#issue_author_id").show()'
8
= form.select :author_id, author_options, { required: true, no_label: true }, style: 'display: none;'
9
javascript:
10
$('#change_author').insertBefore($('#issue_tracker_id').parent());
0 commit comments