From 81d8153f5b7ad73038de37b6cc9ca92abad54d75 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 9 Oct 2008 20:14:55 -0300 Subject: [PATCH] ActionItem792: removing "Since mm/yyyy", keeping only for people --- app/views/blocks/profile_info.rhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/blocks/profile_info.rhtml b/app/views/blocks/profile_info.rhtml index 1a15b00..8e4ac21 100644 --- a/app/views/blocks/profile_info.rhtml +++ b/app/views/blocks/profile_info.rhtml @@ -21,7 +21,9 @@ <% if !user.nil? and user.has_permission?('edit_profile', profile) %>
  • <%= link_to _('Control panel'), :controller => 'profile_editor' %>
  • <% end %> -
  • <%= _('Since %{year}/%{month}') % { :year => block.owner.created_at.year, :month => block.owner.created_at.month } %>
  • + <% if profile.person? %> +
  • <%= _('Since %{year}/%{month}') % { :year => block.owner.created_at.year, :month => block.owner.created_at.month } %>
  • + <% end %> <% if profile.respond_to? :city %> -- libgit2 0.21.2