views/index: show debug information better

This commit is contained in:
Sam Dodrill 2015-01-07 09:09:25 -08:00
parent 3908042abd
commit 2d9a63fa4a
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ class Index extends Widget
text "Welcome to my site!"
if @user
h2, "I think you are UID #{@user}"
h2 "I think you are UID #{@user}"