diff --git a/styles/app/index.styl b/styles/app/index.styl index bebd4c2792..c4381506a0 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -37,7 +37,7 @@ html,body,p,h1,ul,li,table,tr,th,td .reward pre background-color: white -h1.todos, h1.rewards +.todos h1, .rewards h1 float:left margin-right:15px diff --git a/views/app/index.html b/views/app/index.html index e3e9328531..6ad3846910 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -61,23 +61,26 @@ can't pass references as paramters. so doesn't work and have to pass those in via {{{content}}} instead --> -
- -

Habits

+
    {#each _habitList as :task}{/}
-
+ -
- -

Dailies

+
    {#each _dailyList as :task}{/}
-
+ -
- -

Todos

+
+
-
- -

Rewards

+
{gold(_user.money)} {silver(_user.money)}
    {#each _rewardList as :task}{/}
-
+
@@ -119,8 +123,12 @@ <%= link_to(image_tag("http://line6.com/images/connections/facebook-login-button.png", :alt => "Login with Facebook"), user_omniauth_authorize_path(:facebook)) %> <% else %>--> - - + +
+ +

{{{title}}}

+ {{{content}}} +