Skip to content
Extraits de code Groupes Projets
Valider af14fa76 rédigé par MrZYX's avatar MrZYX
Parcourir les fichiers

fixed #881

parent 183c8401
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -35,7 +35,7 @@
%br
%hr{:style=>"width:300px;"}
-if (contact && !contact.pending?) || person == current_user.person || @incoming_request
-if (contact.persisted? && !contact.pending?) || person == current_user.person || @incoming_request
%ul#profile_information
%li
- unless person.profile.bio.blank?
......
......@@ -8,7 +8,7 @@
.span-8.append-1.last
= render :partial => 'people/profile_sidebar', :locals => {:person => @person, :contact => @contact }
- if @contact && @contacts_of_contact.count > 0
- if @contact.persisted? && @contacts_of_contact.count > 0
.span-8.last
%hr{:style=>"width:300px;"}
.section.contact_pictures
......
......@@ -7,7 +7,7 @@
DIASPORA*
#author_info.profile
- unless @contact || current_user.person == @person
- unless @contact.persisted? || current_user.person == @person
.right
= link_to "start sharing",
{:controller => "contact",
......@@ -24,7 +24,7 @@
.description
= @person.diaspora_handle
- unless @contact || current_user.person == @person
- unless @contact.persisted? || current_user.person == @person
- if @incoming_request
.floating
%h3
......
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