mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 14:46:00 +08:00
5 lines
243 B
Text
5 lines
243 B
Text
|
<button type="button" class="btn btn-default" data-dismiss="modal"><%=t "general.close" %></button>
|
||
|
<% if can_edit_protocol(@protocol) %>
|
||
|
<%= link_to t("general.edit"), edit_protocol_path(@protocol), :class => "btn btn-primary" %>
|
||
|
<% end %>
|