Skip to content

Commit

Permalink
Improvements on views
Browse files Browse the repository at this point in the history
  • Loading branch information
24aitor committed May 21, 2017
1 parent f3da7a2 commit 1e25c49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Views/laralum/posts/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
@endsection
@section('content')
<div class="uk-container">
<div class="uk-child-width-1-1@s uk-grid-match" uk-grid>
<div>
<div class="uk-card uk-card-default">
<div class="uk-card-media-top uk-overflow-hidden" style="max-height:500px;">
Expand Down Expand Up @@ -45,7 +44,6 @@
</div>
</div>
</div>
</div>
<br><br><br>
@can('access', \Laralum\Blog\Models\Comment::class)
<div id="comments">
Expand Down

0 comments on commit 1e25c49

Please sign in to comment.