Skip to content
Extraits de code Groupes Projets
Valider 526fbe9a rédigé par danielvincent's avatar danielvincent
Parcourir les fichiers

fixed error where publisher would cause status_message_controller to error out

parent 7d96c95c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
= check_box_tag("aspect_ids[]", aspect.id, @aspect == :public || @aspect == :all || current_aspect?(aspect) ) = check_box_tag("aspect_ids[]", aspect.id, @aspect == :public || @aspect == :all || current_aspect?(aspect) )
= aspect.name = aspect.name
= connected_fb_as(@access_token) if @logged_in && @aspect == :public = connected_fb_as(@access_token) if @logged_in && @aspect == :all
= f.hidden_field( :public, :value => (params[:action] == 'public') ) = f.hidden_field( :public, :value => (params[:action] == 'public') )
.buttons .buttons
......
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