scinote-web/app/views/protocols/index/_protocol_preview_modal_footer.html.erb
2022-10-12 11:01:16 +02:00

7 lines
318 B
Plaintext

<button type="button" class="btn btn-secondary" data-dismiss="modal"><%=t "general.close" %></button>
<% if can_manage_protocol_in_repository?(@protocol) %>
<%= route_to_other_team_btn protocol_path(protocol),
protocol.team,
t('general.edit') %>
<% end %>