Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « people « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 937cb4bd408fed038387e3b7099b9d29bb9edcd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
-#   Copyright (c) 2010-2011, Diaspora Inc.  This file is
-#   licensed under the Affero General Public License version 3 or later.  See
-#   the COPYRIGHT file.


- content_for :head do
  - if user_signed_in? && @person != current_user.person
    :javascript
      Mentions.options.prefillMention = Mentions._contactToMention(#{j @person.to_json});

- content_for :page_title do
  = @person.name

.span-6
  #profile
    -# here be JS

.span-18.last
  .profile_header
    -# more JS

  .stream_container

    -if user_signed_in? && current_page?(person_path(current_user.person))
      = render 'publisher/publisher', publisher_aspects_for(nil)

    #main_stream.stream
      -# JS

    #paginate
      %span.loader.hidden

  %a{:id=>"back-to-top", :title=>"#{t('layouts.application.back_to_top')}", :href=>"#"}
    ⇧