author info in stream element should be incased in a div. WHOOPS.
This commit is contained in:
parent
9bcdb0503f
commit
e0816ccc39
1 changed files with 8 additions and 7 deletions
|
|
@ -19,13 +19,14 @@
|
||||||
= person_image_link(post.author, :size => :thumb_small)
|
= person_image_link(post.author, :size => :thumb_small)
|
||||||
|
|
||||||
.content
|
.content
|
||||||
%span.from
|
%div
|
||||||
= person_link(post.author, :class => 'author')
|
%span.from
|
||||||
%time.time.timeago{:datetime => post.created_at, :integer => time_for_sort(post).to_i}
|
= person_link(post.author, :class => 'author')
|
||||||
%span.details
|
%time.time.timeago{:datetime => post.created_at, :integer => time_for_sort(post).to_i}
|
||||||
\-
|
%span.details
|
||||||
%span.timeago
|
\-
|
||||||
= link_to(how_long_ago(post), object_path(post))
|
%span.timeago
|
||||||
|
= link_to(how_long_ago(post), object_path(post))
|
||||||
|
|
||||||
- if post.activity_streams?
|
- if post.activity_streams?
|
||||||
= link_to image_tag(post.image_url), post.object_url
|
= link_to image_tag(post.image_url), post.object_url
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue