Add the search for articles for the admin panel.

This commit is contained in:
2024-04-14 22:09:00 +03:00
parent dd72f8d489
commit 6d3eefcd35
4 changed files with 45 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
<tbody id="articles">
{{#each articles as |article| }}
{{> article_row article=article }}
{{/each}}
</tbody>