diff --git a/src/app/index.coffee b/src/app/index.coffee index b0dba18b81..f0a6ad9bba 100644 --- a/src/app/index.coffee +++ b/src/app/index.coffee @@ -144,7 +144,7 @@ ready (model) -> model.set('_debug', !model.get('_debug')) - $('.task-notes').popover() + $('.task-notes, [rel=popover]').popover() model.set('_hideCompleted', true) $('a[data-toggle="tab"]').on 'shown', (e) -> @@ -202,7 +202,7 @@ ready (model) -> tour.addStep element: "ul.rewards" title: "Rewards" - content: "As you complete goals, you earn gold. Buy rewards, and buy them liberally - rewards are integral in forming good habits." + content: "As you complete goals, you earn gold to buy rewards. Buy them liberally - rewards are integral in forming good habits." placement: "bottom" tour.start() diff --git a/styles/app/index.styl b/styles/app/index.styl index 111a6a0a32..bebd4c2792 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -41,6 +41,9 @@ h1.todos, h1.rewards float:left margin-right:15px +.help-icon + float:right; + .task:hover cursor: move diff --git a/views/app/index.html b/views/app/index.html index 09c98175e2..e3e9328531 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -62,18 +62,21 @@ and have to pass those in via {{{content}}} instead -->
+

Habits

+

Dailies

+

Todos

+

Rewards

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