supplement to the latest commit. I removed the info flash from the /login route when you are already authed because this looked like shit
This commit is contained in:
@@ -163,9 +163,7 @@
|
||||
</div>
|
||||
<div class="media">
|
||||
<div class="media-left media-middle">
|
||||
<a href="/login">
|
||||
<img class="media-object" src="@if(isset($video))/thumbs/beta/{{str_replace(".webm","",$video->file)}}.png"@endif">
|
||||
</a>
|
||||
<div class="rating">
|
||||
@if(count($video->tags))
|
||||
@foreach($video->tags as $tag)
|
||||
|
Reference in New Issue
Block a user