scinote-web/app/views/protocols/edit.html.erb

14 lines
529 B
Plaintext
Raw Normal View History

2016-07-21 19:11:15 +08:00
<% provide(:head_title, t("protocols.edit.head_title")) %>
2017-06-05 17:31:05 +08:00
<%= render partial: 'shared/drag_n_drop_overlay' %>
2016-07-21 19:11:15 +08:00
2018-05-12 00:02:17 +08:00
<div class="content-pane">
<%= render partial: "protocols/header.html.erb" %>
<%= render partial: "protocols/steps.html.erb" %>
2016-07-21 19:11:15 +08:00
2018-05-12 00:02:17 +08:00
<div class="hidden" data-role="updated-at-label-url" data-url="<%= updated_at_label_protocol_path(@protocol) %>"></div>
</div>
2016-07-21 19:11:15 +08:00
2017-01-25 19:01:23 +08:00
<%= javascript_include_tag "protocols/edit" %>
<!-- Create new office file modal -->
<%= render partial: 'assets/wopi/create_wopi_file_modal.html.erb' %>