Skip to content
Extraits de code Groupes Projets
Valider 9d72247e rédigé par danielgrippi's avatar danielgrippi
Parcourir les fichiers

mobile tags page

parent 7acb48ff
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -10,8 +10,6 @@
= person_image_tag @person, :thumb_medium
%h2
= @person.name
- if user_signed_in? && current_user.person == @person
= link_to t('people.profile_sidebar.edit_my_profile'), edit_profile_path, :class => 'button creation'
- if user_signed_in? && !(@contact.persisted? || current_user.person == @person)
- if @incoming_request
......
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
%h1
= "##{params[:name]}"
#main_stream.stream
= render 'shared/stream', :posts => @posts
-if @posts.length > 0
#pagination
%a.more-link.paginate{:href => next_page_path}
%h1
= t("more")
......@@ -211,6 +211,7 @@ body {
#author_info.profile {
box-shadow: inset 0 -1px 3px #111;
margin-top: -10px;
h2 {
color: #ccc;
......@@ -361,7 +362,7 @@ footer {
.compose_icon {
position: absolute;
top: 6px;
top: 8px;
right: 15px;
}
......
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