Skip to content

Commit

Permalink
Move code inside template
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac committed Feb 12, 2024
1 parent db978e1 commit 3a88440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</head>
<body class="admin">
<?= $this->include('admin/partials/nav.php') ?>
<?php $can_edit_post = \Aurora\App\Permission::can('edit_posts'); ?>
<div class="content">
<?php $can_edit_post = \Aurora\App\Permission::can('edit_posts'); ?>
<div>
<div class="page-title">
<?= $this->include('admin/partials/menu_btn.php') ?>
Expand Down

0 comments on commit 3a88440

Please sign in to comment.