fix a few invalid html tags

This commit is contained in:
Michael Nutt 2011-03-10 22:16:57 -05:00
parent 490a2c6a9e
commit 004d9b5028
2 changed files with 6 additions and 7 deletions

View file

@ -26,12 +26,11 @@
%br
= t('.add_photos')
%p
%params
#publisher_textarea_wrapper
%ul#photodropzone
= status.text_area :fake_message, :rows => 2, :value => h(params[:prefill])
= status.hidden_field :message, :value => '', :class => 'clear_on_submit'
%div
#publisher_textarea_wrapper
%ul#photodropzone
= 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
= hidden_field_tag 'aspect_ids[]', aspect_id.to_s

View file

@ -16,7 +16,7 @@
.from
= person_link(post.author, :class => 'author')
%time.timeago{:datetime => post.created_at}
%p
%div
= render 'status_messages/status_message', :post => post, :photos => post.photos
.info