mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
15 lines
479 B
Text
15 lines
479 B
Text
|
<h5 class="text-center"><%=t "projects.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_edit_module(@my_module) %>
|
||
|
<hr>
|
||
|
<li>
|
||
|
<%= link_to t("projects.canvas.popups.full_info"), description_my_module_path(@my_module, format: :json), class: "description-link", remote: true %>
|
||
|
</li>
|
||
|
<% end %>
|
||
|
</ul>
|