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?
|
- if user_signed_in?
|
||||||
%h1#user_name
|
%h1#user_name
|
||||||
= link_to current_user.real_name, root_path
|
= link_to current_user.real_name, root_path
|
||||||
%h1= title_for_page
|
%span= title_for_page
|
||||||
|
%h3= my_latest_message
|
||||||
= render "shared/publisher"
|
= render "shared/publisher"
|
||||||
%ul#stream
|
%ul#stream
|
||||||
= puts @posts.inspect
|
= puts @posts.inspect
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,11 @@ form {
|
||||||
line-height: 100px; }
|
line-height: 100px; }
|
||||||
#user_name a {
|
#user_name a {
|
||||||
color: black; }
|
color: black; }
|
||||||
|
#user_name span {
|
||||||
|
line-height: 140px;
|
||||||
|
font-size: 30%;
|
||||||
|
color: #dddddd;
|
||||||
|
float: right; }
|
||||||
|
|
||||||
#stream div.comments {
|
#stream div.comments {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
|
||||||
|
|
@ -188,6 +188,13 @@ form
|
||||||
:line-height 100px
|
:line-height 100px
|
||||||
a
|
a
|
||||||
:color #000
|
:color #000
|
||||||
|
span
|
||||||
|
:line-height 140px
|
||||||
|
:font
|
||||||
|
:size 30%
|
||||||
|
:color #dddddd
|
||||||
|
:float right
|
||||||
|
|
||||||
|
|
||||||
#stream div.comments
|
#stream div.comments
|
||||||
:display none
|
:display none
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue