Skip to content
Extraits de code Groupes Projets
Valider 004d9b50 rédigé par Michael Nutt's avatar Michael Nutt
Parcourir les fichiers

fix a few invalid html tags

parent 490a2c6a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -26,12 +26,11 @@ ...@@ -26,12 +26,11 @@
%br %br
= t('.add_photos') = t('.add_photos')
%p %div
%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]) = status.hidden_field :message, :value => '', :class => 'clear_on_submit'
= 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 @@ ...@@ -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}
%p %div
= render 'status_messages/status_message', :post => post, :photos => post.photos = render 'status_messages/status_message', :post => post, :photos => post.photos
.info .info
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter