Skip to content
Extraits de code Groupes Projets
Valider 20508ad3 rédigé par Raphael's avatar Raphael
Parcourir les fichiers

Merge branch 'master' of github.com:diaspora/diaspora

parents 3634658c b74dfcf5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
.content .content
.from .from
= link_to post.person.real_name, post.person = link_to post.person.real_name, post.person
= post.text = markdownify(post.text)
%div.time %div.time
= "#{time_ago_in_words(post.updated_at)} #{t('ago')}" = "#{time_ago_in_words(post.updated_at)} #{t('ago')}"
...@@ -123,7 +123,7 @@ $(".make_profile_photo").live("click", function(){ ...@@ -123,7 +123,7 @@ $(".make_profile_photo").live("click", function(){
$controls = $this.closest(".controls"), $controls = $this.closest(".controls"),
user_id = $controls.attr('data-actor'); user_id = $controls.attr('data-actor');
person_id = $controls.attr('data-actor_person'); person_id = $controls.attr('data-actor_person');
photo_url = $controls(".controls").attr('data-image_url'); photo_url = $controls.attr('data-image_url');
$.ajax({ $.ajax({
type: "PUT", type: "PUT",
......
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