mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-31 03:30:50 +00:00
18 lines
No EOL
413 B
HTML
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> |