some minor changes to the login wall

This commit is contained in:
noxy
2019-11-19 11:03:17 +00:00
parent e81dffd187
commit 5fc7bf3036
11 changed files with 104 additions and 55 deletions

View File

@@ -139,10 +139,13 @@
{{$video->tesThumb()}}
<div class="centered">
<div class="modal-content col-md-5">
<div class="alert alert-info" role="alert">
Accepting z0rfugees, please visit us in the <a href="/irc">IRC</a>
</div>
<div class="modal-header">
<h4 class="modal-title" id="filterModalTitle">Login</h4> <span>to watch this webbum</span>
</div>
@include('partials.flash')
<div class="login_wrapper">
<div class="col-md">
<form action="{{action('UserController@login')}}" method="post" class="navbar-form">
@@ -174,9 +177,9 @@
</div>
</div>
</div>
<div class="modal-footer">
<p>Enjoy your stay! :3</p>
</div>
<div class="modal-footer">
<a href="/contact">Contact</a> | <a href="/irc">IRC</a>
</div>
</div>
</div>
@endif