feat: migrate fetching stats to use db_*

This commit is contained in:
realaravinth
2022-05-27 17:09:27 +05:30
parent bc90a51d30
commit 098d0cfc24
10 changed files with 50 additions and 299 deletions

View File

@@ -16,7 +16,7 @@
</h3>
</td>
<td>
<p class="notification__item-text"><.= val.date() .></p>
<p class="notification__item-text"><.= crate::date::Date::new(*val).date() .></p>
</td>
</tr>
<. } .>