mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
fixed tag ordering in stream_element partial
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
.from
|
||||
= person_link(post.author, :class => 'author')
|
||||
%time.timeago{:datetime => post.created_at}
|
||||
%p
|
||||
= render 'status_messages/status_message', :post => post, :photos => post.photos
|
||||
= render 'status_messages/status_message', :post => post, :photos => post.photos
|
||||
|
||||
.info
|
||||
- if post.public?
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
- else
|
||||
- for photo in photos[1..photos.size]
|
||||
= link_to (image_tag photo.url(:thumb_small), :class => 'thumb_small'), photo_path(photo)
|
||||
= markdownify(post.text, :youtube_maps => post[:youtube_titles])
|
||||
|
||||
- else
|
||||
%p
|
||||
= markdownify(post.text, :youtube_maps => post[:youtube_titles])
|
||||
|
||||
Reference in New Issue
Block a user