<%=t "protocols.header.created_at" %>:
<%= l(@protocol.created_at, format: :full) %>
<%=t "protocols.header.updated_at" %>:
<%= render partial: "protocols/header/updated_at_label.html.erb" %>
<%=t "protocols.header.added_by" %>:
<%= @protocol.added_by.full_name %>
<%=t "protocols.header.keywords" %>:
<%= render partial: "protocols/header/keywords_label.html.erb" %>
<%=t "protocols.header.authors" %>:
<%= render partial: "protocols/header/authors_label.html.erb" %>
<%= render partial: "protocols/header/description_label.html.erb", locals: {edit_mode: false} %>
<%= t("protocols.steps.subtitle") %>
<% protocol.steps.order(:position).each do |step| %>
<%= render partial: "steps/step.html.erb", locals: { step: step, preview: true } %>
<% end %>
<%= javascript_include_tag "handsontable.full.min" %>
<%= javascript_include_tag "lodash" %>
<%= javascript_include_tag "numeral" %>
<%= javascript_include_tag "numeric" %>
<%= javascript_include_tag "md5" %>
<%= javascript_include_tag "jstat" %>
<%= javascript_include_tag "formula" %>
<%= javascript_include_tag "parser" %>
<%= javascript_include_tag "ruleJS" %>
<%= javascript_include_tag "handsontable.formula" %>
<%= javascript_include_tag "big.min" %>
<%= stylesheet_link_tag "handsontable.formula" %>
<%= javascript_include_tag "protocols/steps" %>