%= render :partial => 'shared/disabled_enterprise' %>
<%= _('Content') %> | |
---|---|
<%= blog.name + ':' %> | <%= link_to(n_('One post', '%{num} posts', blog.posts.published.count) % { :num => blog.posts.published.count }, blog.url) %> |
<%= gallery.name + ':' %> | <%= link_to(n_('One picture', '%{num} pictures', gallery.images.published.count) % { :num => gallery.images.published.count }, gallery.url) %> |
<%= _('Events:') %> | <%= link_to profile.events.published.count, :controller => 'events', :action => 'events' %> |
<%= _('Tags:') %> | <%= tag_cloud @tags, :id, { :action => 'tags' }, :max_size => 18, :min_size => 10%> |
<%= _('Interests') %> | |
<%= link_to item.name, :controller => 'search', :action => 'category_index', :category_path => item.explode_path %> |