cirandas.net

ref: master

plugins/escambo/views/profile/_knowledges.html.erb


<%= _('Knowledges') %>

<% if profile == @active_organization %> <%= link_to _("Add"), {:controller => :cms, :action => :new, :type => "CmsLearningPlugin::Learning"}, :class => 'add action-button' %> <% end %> <% unless all %> <%= link_to _("See all"), {:action => :knowledges, :profile => profile.identifier} %> <% end %> <% knowledges = @profile.knowledges %> <% knowledges = knowledges.first(4) unless all %> <% knowledges.each do |knowledge| %> <%= render :partial => 'snippets/cms_learning_plugin_learning', :locals => {:knowledge => knowledge} %> <% end %>