mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
14 lines
517 B
Text
14 lines
517 B
Text
<% provide(:head_title, t("protocols.edit.head_title")) %>
|
|
|
|
<%= 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" %>
|
|
|
|
<div class="hidden" data-role="updated-at-label-url" data-url="<%= updated_at_label_protocol_path(@protocol) %>"></div>
|
|
|
|
<%= javascript_include_tag "protocols/edit" %>
|