Skip to content
Extraits de code Groupes Projets
Valider 151999c5 rédigé par danielvincent's avatar danielvincent
Parcourir les fichiers

reference the right thing in mobile views

parent 01cfeb65
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -5,7 +5,7 @@
%li.comment{:data=>{:guid=>comment.id}, :class => ("hidden" if(defined? hidden))}
.right
%span.time
= comment.created_at ? t('ago', :time => time_ago_in_words(comment.created_at)) : time_ago_in_words(Time.now)
= comment.created_at ? time_ago_in_words(comment.created_at) : time_ago_in_words(Time.now)
= person_image_link(comment.person)
.content
......
......@@ -17,6 +17,6 @@
%b= notification_people_link(note)
= object_link(note)
.time
= time_ago_in_words(obj.created_at)
= time_ago_in_words(note.created_at)
= will_paginate @notifications
......@@ -5,7 +5,7 @@
.stream_element{:data=>{:guid=>post.id}}
.right
%span.time
= time_ago_in_words(obj.created_at)
= time_ago_in_words(post.created_at)
= person_image_link(post.person, :size => :thumb_small)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter