Logo
Explore Help
Register Sign In
saulteafarmer/castopod
1
0
Fork 0
You've already forked castopod
mirror of https://code.castopod.org/adaures/castopod synced 2025-06-12 10:35:10 +00:00
Code Issues Packages Projects Releases Wiki Activity
castopod/modules/Admin/Views/user/view.php

13 lines
312 B
PHP
Raw Normal View History

refactor(modules): extract castopod parts into a modules/ folder for a scalable HMVC structure - create Admin, Analytics, Auth, Fediverse and Install modules in the root modules/ folder - rename ActivityPub to Fediverse
2021-08-23 11:05:16 +00:00
<?= $this->extend('Modules\Admin\Views\_layout') ?>
feat: add breadcrumb in admin area - add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
2020-08-05 16:10:39 +00:00
<?= $this->section('title') ?>
<?= lang('User.view', ['username' => $user->username]) ?>
<?= $this->endSection() ?>
<?= $this->section('content') ?>
refactor(modules): extract castopod parts into a modules/ folder for a scalable HMVC structure - create Admin, Analytics, Auth, Fediverse and Install modules in the root modules/ folder - rename ActivityPub to Fediverse
2021-08-23 11:05:16 +00:00
<?= view('Modules\Admin\Views\_partials/_user_info.php', ['user' => $user]) ?>
feat: add breadcrumb in admin area - add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
2020-08-05 16:10:39 +00:00
<?= $this->endSection() ?>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 146ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API