Revert "fix a few invalid html tags"

This reverts commit 004d9b5028.
This commit is contained in:
danielgrippi 2011-03-10 19:42:37 -08:00
parent 9ad96726de
commit 54130b49b7
2 changed files with 7 additions and 6 deletions

View file

@ -26,7 +26,8 @@
%br %br
= t('.add_photos') = t('.add_photos')
%div %p
%params
#publisher_textarea_wrapper #publisher_textarea_wrapper
%ul#photodropzone %ul#photodropzone
= status.text_area :fake_message, :rows => 2, :value => h(params[:prefill]) = status.text_area :fake_message, :rows => 2, :value => h(params[:prefill])

View file

@ -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