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

status_message.haml « publics « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a12003d78194ce04e23ab56cdf3480df4d634758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-#   Copyright (c) 2010, Diaspora Inc.  This file is
-#   licensed under the Affero General Public License version 3 or later.  See
-#   the COPYRIGHT file.

#author_info
  = person_image_link(@person)
  .from
    %h2
      = @person.name

.span-14.append-1.last
  #show_text
    %p
      = markdownify(@post.text, :youtube_maps => @post[:youtube_titles])

    - for photo in @post.photos
      .thumb_small= link_to (image_tag photo.url(:thumb_small)), public_post_path(photo)

  .time
    = how_long_ago(@post)
  = link_to t('posts.show.permalink'), public_post_path(@post)