mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
12 lines
443 B
Text
12 lines
443 B
Text
|
<div class="panel panel-default panel-protocol-status">
|
||
|
<div class="panel-body">
|
||
|
<% if @protocol.linked? %>
|
||
|
<%= protocol_status_href(@protocol) %>
|
||
|
<% else %>
|
||
|
<%= t("my_modules.protocols.protocol_status_bar.unlinked") %>
|
||
|
<% end %>
|
||
|
|
||
|
<%= render partial: "my_modules/protocols/protocol_status_bar_buttons.html.erb" %>
|
||
|
</div>
|
||
|
</div>
|
||
|
<%= javascript_include_tag("my_modules/protocols/protocol_status_bar") %>
|