scinote-web/app/views/protocols/edit.html.erb
2017-06-05 11:31:05 +02:00

18 lines
631 B
Plaintext

<% provide(:head_title, t("protocols.edit.head_title")) %>
<%= render partial: 'shared/drag_n_drop_overlay' %>
<%= render partial: "protocols/breadcrumbs.html.erb",
locals: { teams: @teams,
current_team: @protocol.team,
type: @type } %>
<%= render partial: "protocols/header.html.erb" %>
<%= render partial: "protocols/steps.html.erb" %>
<%= render partial: "shared/image_preview_modal.html.erb" %>
<div class="hidden" data-role="updated-at-label-url" data-url="<%= updated_at_label_protocol_path(@protocol) %>"></div>
<%= javascript_include_tag "protocols/edit" %>