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

removed last reference to invitation fancybox

parent 9e575ea7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -5,11 +5,7 @@ ...@@ -5,11 +5,7 @@
#no_contacts.floating.empty_message{:style => ("display:none" unless contact_count == 0)} #no_contacts.floating.empty_message{:style => ("display:none" unless contact_count == 0)}
- if aspect == :all - if aspect == :all
%h3=t('.nobody') %h3=t('.nobody')
%h4= link_to t('.add_contact'), aspects_manage_path %h4= link_to t('.invite'), new_user_invitation_path
%h4= link_to t('.invite'), "#invite_user_pane", :class => "invite_user_button", :class => "invite_user_button", :title => t('.invite')
- else - else
%h3=t('.nobody_in_aspect', :aspect_name => aspect.name) %h3=t('.nobody_in_aspect', :aspect_name => aspect.name)
- if defined?(options) && options
%h4= link_to t('.add_contact_to', :aspect_name => aspect.name), "#manage_aspect_contacts_pane", :class => "manage_aspect_contacts_button"
%h4= link_to t('.invite', :aspect_name => aspect.name), "#invite_user_pane", :class => "invite_user_button", :class => "invite_user_button", :title => t('.invite')
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
= info_text(t('.handle_explanation')) = info_text(t('.handle_explanation'))
.span-15.append-1 .span-15.append-1
= render 'aspects/no_contacts_message', :aspect => @aspect, :contact_count => @contacts.count
= render 'shared/publisher', :aspect => @aspect = render 'shared/publisher', :aspect => @aspect
= render 'aspects/no_contacts_message', :aspect => @aspect, :contact_count => @contacts.count
= render 'aspects/no_posts_message', :post_count => @post_hashes.length, :contact_count => @contacts.count = render 'aspects/no_posts_message', :post_count => @post_hashes.length, :contact_count => @contacts.count
= render 'shared/stream', :posts => @post_hashes = render 'shared/stream', :posts => @post_hashes
......
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