views/index: show debug information better
This commit is contained in:
parent
3908042abd
commit
2d9a63fa4a
|
@ -7,4 +7,4 @@ class Index extends Widget
|
||||||
text "Welcome to my site!"
|
text "Welcome to my site!"
|
||||||
|
|
||||||
if @user
|
if @user
|
||||||
h2, "I think you are UID #{@user}"
|
h2 "I think you are UID #{@user}"
|
||||||
|
|
Loading…
Reference in New Issue