<%= form_with model: [comment.thing, comment] do |form| %>
<%= form.hidden_field :from, value: from %>
<%= form.rich_text_area :content, autofocus: true %>
<%= render "tags/taggable", tag_references: comment.tag_references.pluck(:tag_id), form: form %>
<%= form.submit %>
<%= I18n.t('general.or') %> <%= I18n.t('general.cancel') %>
<% end %>
<% end %>