2019-11-20 21:57:53 +08:00
|
|
|
<%= render partial: "protocols/header.html.erb", locals: {preview: true} %>
|
2016-12-22 18:43:11 +08:00
|
|
|
|
|
|
|
<div data-role="steps-container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-xs-8">
|
2019-12-04 18:27:22 +08:00
|
|
|
<h4><%= t("protocols.steps.subtitle") %></h4>
|
2016-12-22 18:43:11 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="steps">
|
|
|
|
<% protocol.steps.order(:position).each do |step| %>
|
2019-05-13 16:45:12 +08:00
|
|
|
<%= render partial: "steps/step.html.erb", locals: { step: step, preview: true } %>
|
2016-12-22 18:43:11 +08:00
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-05-13 16:45:12 +08:00
|
|
|
|
2021-05-04 22:05:19 +08:00
|
|
|
<%= javascript_include_tag "handsontable.full" %>
|
2019-05-13 16:45:12 +08:00
|
|
|
<%= 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" %>
|