mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update blade views
This commit is contained in:
parent
2071269a71
commit
18f8a97a7c
2 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,12 @@
|
|||
@include('layouts.partial.nav')
|
||||
<main id="content">
|
||||
@yield('content')
|
||||
<noscript>
|
||||
<div class="container">
|
||||
<p class="pt-5 text-center lead">Please enable javascript to view this content.</p>
|
||||
</div>
|
||||
|
||||
</noscript>
|
||||
<div class="modal pr-0" tabindex="-1" role="dialog" id="composeModal">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@if(config('instance.restricted.enabled') == false)
|
||||
<footer>
|
||||
<div class="container py-5">
|
||||
<p class="d-flex flex-wrap justify-content-center mb-0 text-uppercase font-weight-bold small text-justify">
|
||||
|
@ -14,3 +15,4 @@
|
|||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
@endif
|
||||
|
|
Loading…
Reference in a new issue