mobile tags page
This commit is contained in:
parent
7acb48ff7a
commit
9d72247e9e
3 changed files with 17 additions and 3 deletions
|
|
@ -10,8 +10,6 @@
|
||||||
= person_image_tag @person, :thumb_medium
|
= person_image_tag @person, :thumb_medium
|
||||||
%h2
|
%h2
|
||||||
= @person.name
|
= @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 user_signed_in? && !(@contact.persisted? || current_user.person == @person)
|
||||||
- if @incoming_request
|
- if @incoming_request
|
||||||
|
|
|
||||||
15
app/views/tags/show.mobile.haml
Normal file
15
app/views/tags/show.mobile.haml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
-# 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 {
|
#author_info.profile {
|
||||||
box-shadow: inset 0 -1px 3px #111;
|
box-shadow: inset 0 -1px 3px #111;
|
||||||
|
margin-top: -10px;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
|
@ -361,7 +362,7 @@ footer {
|
||||||
|
|
||||||
.compose_icon {
|
.compose_icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 6px;
|
top: 8px;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue