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

14 lines
548 B
Plaintext
Raw Normal View History

2016-07-21 19:11:15 +08:00
<% provide(:head_title, t("protocols.edit.head_title")) %>
<%= render partial: "protocols/breadcrumbs.html.erb",
locals: { organizations: @organizations,
current_organization: @protocol.organization,
type: @type } %>
<%= 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>
<%= javascript_include_tag "protocols/edit" %>