2016-07-28 22:41:10 +08:00
|
|
|
<h5 class="text-center"><%=t "experiments.canvas.popups.info_tab" %></h5>
|
2016-02-12 23:52:43 +08:00
|
|
|
<hr>
|
|
|
|
<ul class="no-style content-module-info">
|
|
|
|
<li>
|
|
|
|
<span class="description-label">
|
|
|
|
<%= render partial: "description_label.html.erb" %>
|
|
|
|
</span>
|
|
|
|
</li>
|
2018-02-07 18:49:15 +08:00
|
|
|
<% if can_manage_module?(@my_module) %>
|
2016-02-12 23:52:43 +08:00
|
|
|
<hr>
|
|
|
|
<li>
|
2016-07-28 22:41:10 +08:00
|
|
|
<%= link_to t("experiments.canvas.popups.full_info"), description_my_module_path(@my_module, format: :json), class: "description-link", remote: true %>
|
2016-02-12 23:52:43 +08:00
|
|
|
</li>
|
|
|
|
<% end %>
|
2018-02-02 01:41:28 +08:00
|
|
|
</ul>
|