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