mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 00:23:01 +08:00
Fix version modal
This commit is contained in:
parent
07cb17e296
commit
beb5f67508
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
<%= button_to publish_protocol_path(draft), class: "btn btn-light publish-draft" do %>
|
||||
<%= image_tag 'icon_small/publish.svg' %>
|
||||
<%= t('protocols.index.versions.publish') %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% if can_delete_protocol_draft_in_repository?(draft) %>
|
||||
<div data-url="<%= destroy_draft_protocol_path(draft) %>" class="btn btn-light delete-draft">
|
||||
|
|
Loading…
Reference in a new issue