mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
15 lines
492 B
Text
15 lines
492 B
Text
<h5 class="text-center"><%=t "experiments.canvas.popups.info_tab" %></h5>
|
|
<hr>
|
|
<ul class="no-style content-module-info">
|
|
<li>
|
|
<span class="description-label">
|
|
<%= render partial: "description_label.html.erb" %>
|
|
</span>
|
|
</li>
|
|
<% if can_manage_my_module?(@my_module) %>
|
|
<hr>
|
|
<li>
|
|
<%= link_to t("experiments.canvas.popups.full_info"), description_my_module_path(@my_module, format: :json), class: "description-link", remote: true %>
|
|
</li>
|
|
<% end %>
|
|
</ul>
|