Commit 41d5377e5cb8caf98e4ce68ed990707204862fb8

Authored by MoisesMachado
1 parent 5cb4d67e

ActionItem656: fixed

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/branches/0.11.x@2487 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/blocks/profile_info.rhtml
... ... @@ -16,13 +16,13 @@
16 16  
17 17  
18 18 <ul class="profile-info-data">
19   - <li><%= _('Since %{year}/%{month}') % { :year => block.owner.created_at.year, :month => block.owner.created_at.month } %></li>
20 19 <li><%= link_to __('Homepage'), block.owner.url, :class => 'url' %></li>
21 20 <li><%= link_to _('View profile'), block.owner.public_profile_url %></li>
22 21 <li><%= link_to(_('Products/Services'), :controller => 'catalog', :profile => block.owner.identifier) if block.owner.enterprise? && !block.owner.environment.enabled?('disable_products_for_enterprises') %></li>
23 22 <% if !user.nil? and user.has_permission?('edit_profile', profile) %>
24 23 <li><%= link_to _('Control panel'), :controller => 'profile_editor' %></li>
25 24 <% end %>
  25 + <li><%= _('Since %{year}/%{month}') % { :year => block.owner.created_at.year, :month => block.owner.created_at.month } %></li>
26 26 </ul>
27 27  
28 28 <% if profile.respond_to? :city %>
... ...