parent
9ad96726de
commit
54130b49b7
2 changed files with 7 additions and 6 deletions
|
|
@ -26,7 +26,8 @@
|
|||
%br
|
||||
= t('.add_photos')
|
||||
|
||||
%div
|
||||
%p
|
||||
%params
|
||||
#publisher_textarea_wrapper
|
||||
%ul#photodropzone
|
||||
= status.text_area :fake_message, :rows => 2, :value => h(params[:prefill])
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
.from
|
||||
= person_link(post.author, :class => 'author')
|
||||
%time.timeago{:datetime => post.created_at}
|
||||
%div
|
||||
%p
|
||||
= render 'status_messages/status_message', :post => post, :photos => post.photos
|
||||
|
||||
.info
|
||||
|
|
|
|||
Loading…
Reference in a new issue