mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
fix: reorder podcast form fields + extract sync feeds to its own form
- update fields' styling - update icons contents
This commit is contained in:
parent
b047a3c670
commit
2d52fa1046
225 changed files with 292 additions and 699 deletions
|
|
@ -26,7 +26,7 @@ class AboutController extends BaseController
|
|||
'languages' => implode(', ', config(App::class)->supportedLocales),
|
||||
];
|
||||
|
||||
return view('about', [
|
||||
return view('settings/about', [
|
||||
'info' => $instanceInfo,
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue