super-productivity/app/scripts/hints/hints-d.html
2017-01-06 21:33:10 +01:00

18 lines
No EOL
413 B
HTML

<table>
<tr>
<td>
<hint ng-if="r.noteForToday"
title="Your yesterdays note for today">
<p>{{ r.noteForToday }}</p>
</hint>
</td>
<td>
<hint ng-if="r.productivityTip"
sub-title="{{ r.productivityTip.subTitle }}"
title="{{ r.productivityTip.title }}">
<p>{{ r.productivityTip.content}}</p>
</hint>
</td>
</tr>
</table>