cirandas.net

ref: master

plugins/cms_learning/views/cms/cms_learning_plugin_page.html.erb


<%= _('Associated products') %>
    <% @page.product_categories.each do |pc| %>
  • <%= link_to_category pc, false %>
  • <% end %>
<%= _('Associated Persons') %>
    <% @page.persons.each do |p| %>
  • <%= link_to_profile p.short_name, p.identifier, :title => p.name %>
  • <% end %>
<%= _('Summary') %>
<%= @page.summary %>
<%= _('Good practices') %>
<%= @page.good_practices %>
<%= _("Details") %>
<%= @page.body %>