This website requires JavaScript.
Explore
Help
Register
Sign In
chris
/
pixelfed
forked from
mirror/pixelfed
Watch
1
Star
0
Fork
You've already forked pixelfed
0
Code
Pull Requests
Activity
1344de4cf2
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
>