Knowledge Base Prep: Fix name attr on tag name input field

This commit is contained in:
Ryan Lue 2019-03-01 03:02:18 +01:00
parent 922309b2b5
commit bf4e1c19c6

View file

@ -8,7 +8,7 @@
<div class="settings-entry">
<div class="page-header-title">
<div class="zammad-switch zammad-switch--small js-newTagSetting">
<input name="chat" type="checkbox" id="tag-new" <% if @C('tag_new'): %>checked<% end %>>
<input name="tag-new" type="checkbox" id="tag-new" <% if @C('tag_new'): %>checked<% end %>>
<label for="tag-new"></label>
</div>
<h2><%- @T('New Tags') %></h2>