Skip to content
Extraits de code Groupes Projets
Valider e3c5e7ba rédigé par MrZYX's avatar MrZYX
Parcourir les fichiers

person -> author in app/views/comments/_comment.mobile.haml

parent c502e459
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
%span.time %span.time
= comment.created_at ? 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) = person_image_link(comment.author)
.content .content
.from .from
= person_link(comment.person) = person_link(comment.author)
= markdownify(comment.text, :youtube_maps => comment[:youtube_titles]) = markdownify(comment.text, :youtube_maps => comment[:youtube_titles])
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