Fix bug #965: Add info about iocaine

stable
David Barragán Merino 2014-09-15 11:14:13 +02:00
parent ef04d551ed
commit 785132cec5
5 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ block content
section.watchers(tg-watchers, ng-model="task", editable="true")
section.us-detail-settings
fieldset
fieldset(title="Feeling a bit overwhelmed by a task? Make sure others know about it by clicking on Iocaine when editing a task. It's possible to become immune to this (fictional) deadly poison by consuming small amounts over time just as it's possible to get better at what you do by occasionally taking on extra challenges!")
label.clickable.button.button-gray(for="is-iocaine", ng-class="{'active': task.is_iocaine}") Iocaine
input(ng-model="task.is_iocaine", type="checkbox", id="is-iocaine", name="is-iocaine")

View File

@ -37,4 +37,4 @@ block content
section.watchers(tg-watchers, ng-model="task")
section.us-detail-settings
span.button.button-gray(href="", title="Is iocaine", ng-class="{'active': task.is_iocaine }") Iocaine
span.button.button-gray(href="", ng-class="{'active': task.is_iocaine }", title="Feeling a bit overwhelmed by a task? Make sure others know about it by clicking on Iocaine when editing a task. It's possible to become immune to this (fictional) deadly poison by consuming small amounts over time just as it's possible to get better at what you do by occasionally taking on extra challenges!") Iocaine

View File

@ -28,7 +28,7 @@ div.summary.large-summary
span.description closed<br />tasks
ul
li
li(title="Feeling a bit overwhelmed by a task? Make sure others know about it by clicking on Iocaine when editing a task. It's possible to become immune to this (fictional) deadly poison by consuming small amounts over time just as it's possible to get better at what you do by occasionally taking on extra challenges!")
span.icon.icon-iocaine
span.number(ng-bind="stats.iocaine_doses|default:'--'")
span.description iocaine<br />doses

View File

@ -2,7 +2,7 @@ div.taskboard-tagline(tg-colorize-tags="task.tags", tg-colorize-tags-type="taskb
div.taskboard-task-inner
div.taskboard-user-avatar(tg-taskboard-user-avatar="task.assigned_to", ng-model="task",
ng-class="{iocaine: task.is_iocaine}")
span.icon.icon-iocaine(ng-if="task.is_iocaine")
span.icon.icon-iocaine(ng-if="task.is_iocaine", title="Feeling a bit overwhelmed by a task? Make sure others know about it by clicking on Iocaine when editing a task. It's possible to become immune to this (fictional) deadly poison by consuming small amounts over time just as it's possible to get better at what you do by occasionally taking on extra challenges!")
p.taskboard-text
a.task-assigned(href="", title="Assign task")
span.task-num(tg-bo-ref="task.ref")

View File

@ -22,7 +22,7 @@ form
textarea.description(placeholder="Type a short description", ng-model="task.description")
div.settings
fieldset.iocaine-flag
fieldset.iocaine-flag(title="Feeling a bit overwhelmed by a task? Make sure others know about it by clicking on Iocaine when editing a task. It's possible to become immune to this (fictional) deadly poison by consuming small amounts over time just as it's possible to get better at what you do by occasionally taking on extra challenges!")
input(type="checkbox", ng-model="task.is_iocaine", name="iocaine-task", id="iocaine-task", ng-value="true")
label.iocaine(for="iocaine-task")
span.icon.icon-iocaine(for="iocaine-task icon-iocaine")