scinote-web/app/views/protocols/index/_protocol_preview_modal_footer.html.erb

7 lines
309 B
Plaintext
Raw Normal View History

<button type="button" class="btn btn-default" data-dismiss="modal"><%=t "general.close" %></button>
<% if can_edit_protocol(@protocol) %>
2017-01-06 17:10:33 +08:00
<%= route_to_other_org_btn edit_protocol_path(protocol),
protocol.organization,
t("general.edit") %>
<% end %>