This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Watch
1
Star
0
Fork
You've already forked pixelfed
1
Code
Issues
Releases
Wiki
Activity
40b45b2a11
pixelfed
/
resources
/
views
/
admin
/
partial
/
sidebar.blade.php
3 lines
101 B
PHP
Raw
Normal View
History
Unescape
Escape
Add basic admin dashboard views
2018-05-20 21:50:11 +00:00
<
div
class
=
"
col-12 col-md-3 py-3
"
style
=
"
border-right:1px solid #ccc;
"
>
Update admin partials
2019-01-31 20:11:58 +00:00
@
yield
(
'menu'
)
Add basic admin dashboard views
2018-05-20 21:50:11 +00:00
</
div
>