scinote-web/app/views/my_modules/_show.html.erb

16 lines
489 B
Plaintext
Raw Normal View History

<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>
<% if can_manage_module?(@my_module) %>
2016-02-12 23:52:43 +08:00
<hr>
<li>
<%= 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 %>
</ul>