Working on timelog required for issues

This commit is contained in:
Alexander Meindl 2018-10-17 12:03:15 +02:00
parent efe1fd7a49
commit f77a95dfcf

View File

@ -4,6 +4,6 @@
p#change_author
= form.label_for_field :author_id
= link_to_function content_tag(:span, l(:button_edit), class: 'icon icon-edit'), '$(this).hide(); $("#issue_author_id").show()'
= form.select :author_id, author_options, { required: true, no_label: true }, { style: "display: none" }
= form.select :author_id, author_options, { required: true, no_label: true }, style: 'display: none'
javascript:
$('#change_author').insertBefore($('#issue_tracker_id').parent());