MS put current status back on page
This commit is contained in:
parent
8a174d37c7
commit
c9709dd1e7
3 changed files with 14 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
- if user_signed_in?
|
||||
%h1#user_name
|
||||
= link_to current_user.real_name, root_path
|
||||
%h1= title_for_page
|
||||
%span= title_for_page
|
||||
%h3= my_latest_message
|
||||
= render "shared/publisher"
|
||||
%ul#stream
|
||||
= puts @posts.inspect
|
||||
|
|
|
|||
|
|
@ -160,6 +160,11 @@ form {
|
|||
line-height: 100px; }
|
||||
#user_name a {
|
||||
color: black; }
|
||||
#user_name span {
|
||||
line-height: 140px;
|
||||
font-size: 30%;
|
||||
color: #dddddd;
|
||||
float: right; }
|
||||
|
||||
#stream div.comments {
|
||||
display: none; }
|
||||
|
|
|
|||
|
|
@ -188,6 +188,13 @@ form
|
|||
:line-height 100px
|
||||
a
|
||||
:color #000
|
||||
span
|
||||
:line-height 140px
|
||||
:font
|
||||
:size 30%
|
||||
:color #dddddd
|
||||
:float right
|
||||
|
||||
|
||||
#stream div.comments
|
||||
:display none
|
||||
|
|
|
|||
Loading…
Reference in a new issue