1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-06 19:48:22 +00:00
pixelfed/resources/views/site/news/partial/nav.blade.php

14 lines
645 B
PHP
Raw Normal View History

2019-12-22 23:13:49 -07:00
<div class="container py-4">
2019-12-23 23:45:47 -07:00
<div class="col-12 d-flex justify-content-between border-bottom align-items-center pb-3 px-0">
2019-12-22 23:13:49 -07:00
<div>
2019-12-23 23:45:47 -07:00
<p class="h4 mb-0"><a href="/site/newsroom" class="text-dark text-decoration-none">Newsroom</a></p>
2019-12-22 23:13:49 -07:00
</div>
<div>
2019-12-23 23:45:47 -07:00
<a class="btn btn-outline-secondary btn-sm py-1" href="/"><i class="fas fa-chevron-left fa-sm text-lighter mr-2"></i> Back to Pixelfed</a>
</div>
{{-- <div>
2019-12-22 23:13:49 -07:00
<a href="/site/newsroom/search" class="small text-muted mr-4 text-decoration-none">Search Newsroom</a>
<a href="/site/newsroom/archive" class="small text-muted text-decoration-none">Archive</a>
2019-12-23 23:45:47 -07:00
</div> --}}
2019-12-22 23:13:49 -07:00
</div>
</div>