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

20 lines
766 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
2019-11-12 18:26:18 +08:00
<div class="content-pane protocols-repository-edit-view">
<%= render partial: "protocols/header.html.erb", locals: {preview: false} %>
2018-05-12 00:02:17 +08:00
<%= 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 -->
2020-05-22 18:51:12 +08:00
<%= render partial: 'assets/wopi/create_wopi_file_modal.html.erb' %>
<!-- Delete file modal -->
<%= render partial: 'assets/asset_delete_modal.html.erb' %>
<%= javascript_pack_tag 'pdfjs/pdf_js' %>
<%= stylesheet_pack_tag 'pdfjs/pdf_js_styles' %>