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