Skip to content
Extraits de code Groupes Projets
Valider 1a5aa02c rédigé par Raphael's avatar Raphael
Parcourir les fichiers

Removing :value => on hidden_field_tag. Thanks npouillard.

parent b77547e9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -22,7 +22,7 @@
%p
= label_tag :destination_handle, t('.friends_username'), :for => "request_d_handle_to_#{aspect.id}"
= text_field_tag :destination_handle,'', :id => "request_d_handle_to_#{aspect.id}"
= hidden_field_tag :aspect_id, :value => aspect.id
= hidden_field_tag :aspect_id, aspect.id
- if defined?(getting_started)
= hidden_field_tag :getting_started, getting_started
......
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