scinote-web/app/views/protocols/edit.html.erb
aignatov-bio 71b3228310
Update protocol preview style [SCI-3416] (#1729)
* Update protocol appearance
2019-05-13 10:45:12 +02:00

14 lines
529 B
Plaintext

<% provide(:head_title, t("protocols.edit.head_title")) %>
<%= render partial: 'shared/drag_n_drop_overlay' %>
<div class="content-pane">
<%= render partial: "protocols/header.html.erb" %>
<%= render partial: "protocols/steps.html.erb" %>
<div class="hidden" data-role="updated-at-label-url" data-url="<%= updated_at_label_protocol_path(@protocol) %>"></div>
</div>
<%= javascript_include_tag "protocols/edit" %>
<!-- Create new office file modal -->
<%= render partial: 'assets/wopi/create_wopi_file_modal.html.erb' %>