<%= t('protocols.steps.comments_tab') %>
<% if can_add_step_comment_in_protocol(@protocol) %>
-
<%= bootstrap_form_for :comment, url: { format: :json }, method: :post, remote: true do |f| %>
<%= f.text_field :message, hide_label: true, placeholder: t("general.comment_placeholder"), append: f.submit("+"), help: '.' %>
<% end %>
<% end %>