Bug fixes
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
@section('main-content')
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<a href="{{ url('p/view',$o->id) }}">{!! $o->getHtmlImageURL() !!}</a>
|
||||
<a href="{{ url('v/view',$o->id) }}">{!! $o->getHtmlImageURL() !!}</a>
|
||||
|
||||
<span class="pagination justify-content-center">
|
||||
<nav>
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
<!-- /.card-body -->
|
||||
<div class="card-body">
|
||||
<a href="{{ url('v/view',$o->id) }}" target="{{ $o->id }}">{!! $o->getHtmlImageURL() !!}</a>
|
||||
{!! $o->getHtmlImageURL() !!}
|
||||
</div>
|
||||
|
||||
<!-- /.card-body -->
|
||||
|
Reference in New Issue
Block a user