Add the search for articles for the admin panel.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<tbody id="articles">
|
||||
{{#each articles as |article| }}
|
||||
{{> article_row article=article }}
|
||||
{{/each}}
|
||||
</tbody>
|
||||
Reference in New Issue
Block a user