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

7 lines
321 B
Plaintext
Raw Normal View History

<button type="button" class="btn btn-default" data-dismiss="modal"><%=t "general.close" %></button>
<% if can_manage_protocol_in_repository?(@protocol) %>
2017-01-25 19:01:23 +08:00
<%= route_to_other_team_btn edit_protocol_path(protocol),
protocol.team,
t('general.edit') %>
<% end %>