Skip to content

Commit

Permalink
remove unnecessary call to html_safe
Browse files Browse the repository at this point in the history
  • Loading branch information
ashton22305 committed Oct 14, 2024
1 parent 838b158 commit 236a59e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<button class="btn btn-info float-start" type="button" id="<%= add_id %>"
data-select-toggler="add" data-select-id="<%= field_id %>"
<%= disabled ? nil : 'disabled="true"'.html_safe %> >
<%= disabled ? nil : 'disabled="true"' %> >
<%= t('dashboard.add') %>
</button>

Expand Down

0 comments on commit 236a59e

Please sign in to comment.