mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
feat: replace form helper functions with components in admin template
This commit is contained in:
parent
6536729546
commit
e64548b982
70 changed files with 1461 additions and 2571 deletions
|
|
@ -81,9 +81,8 @@ class PostController extends FediversePostController
|
|||
|
||||
if (! ($cachedView = cache($cacheName))) {
|
||||
$data = [
|
||||
'podcast' => $this->podcast,
|
||||
'actor' => $this->actor,
|
||||
'post' => $this->post,
|
||||
'podcast' => $this->podcast,
|
||||
];
|
||||
|
||||
// if user is logged in then send to the authenticated activity view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue