mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
6 lines
304 B
Text
6 lines
304 B
Text
<button type="button" class="btn btn-default" data-dismiss="modal"><%=t "general.close" %></button>
|
|
<% if can_edit_protocol(@protocol) %>
|
|
<%= route_to_other_team_btn edit_protocol_path(protocol),
|
|
protocol.team,
|
|
t('general.edit') %>
|
|
<% end %>
|