mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 23:44:55 +08:00
6 lines
309 B
Text
6 lines
309 B
Text
<button type="button" class="btn btn-default" data-dismiss="modal"><%=t "general.close" %></button>
|
|
<% if can_edit_protocol(@protocol) %>
|
|
<%= route_to_other_org_btn edit_protocol_path(protocol),
|
|
protocol.organization,
|
|
t("general.edit") %>
|
|
<% end %>
|