Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
20508ad37a
2 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,6 @@
|
|||
.content
|
||||
.from
|
||||
= link_to post.person.real_name, post.person
|
||||
= post.text
|
||||
= markdownify(post.text)
|
||||
%div.time
|
||||
= "#{time_ago_in_words(post.updated_at)} #{t('ago')}"
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ $(".make_profile_photo").live("click", function(){
|
|||
$controls = $this.closest(".controls"),
|
||||
user_id = $controls.attr('data-actor');
|
||||
person_id = $controls.attr('data-actor_person');
|
||||
photo_url = $controls(".controls").attr('data-image_url');
|
||||
photo_url = $controls.attr('data-image_url');
|
||||
|
||||
$.ajax({
|
||||
type: "PUT",
|
||||
|
|
|
|||
Loading…
Reference in a new issue