Skip to content

Commit

Permalink
Format html.erb.
Browse files Browse the repository at this point in the history
  • Loading branch information
akiko-pusu committed Jul 5, 2020
1 parent 2f25230 commit d0225d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/global_issue_templates/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@

<script>
const baseUrl = "<%= url_for(controller: 'issue_templates', action: 'load_selectable_fields') %>"
const template_id = "<%= issue_template&.id || '' %>"
const template_type = 'global_issue_template'
const tracker_pulldown_id = template_type + '_tracker_id'
const templateId = "<%= issue_template&.id || '' %>"
const templateType = 'global_issue_template'
const trackerPulldownId = templateType + '_tracker_id'
const base_builtin_fields = <%= issue_template.builtin_fields.html_safe %>
const base_custom_fields = <%= custom_fields.html_safe %>
</script>
Expand Down

0 comments on commit d0225d4

Please sign in to comment.