testing out table view
This commit is contained in:
parent
9c1aa2939e
commit
5733d3af9f
@ -36,5 +36,5 @@ func (h *Handler) ArticlesList(c echo.Context) error {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return Render(c, http.StatusOK, articles.List(vm))
|
return Render(c, http.StatusOK, articles.ListArticlesTable(vm))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user