update v1.0.5.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@extends('themes.default1.client.layout.client')
|
||||
@section('HeadInclude')
|
||||
<link href="{{asset("lb-faveo/dist/css/AdminLTE.css")}}" rel="stylesheet" type="text/css" />
|
||||
<link href="{{asset("lb-faveo/css/AdminLTE.css")}}" rel="stylesheet" type="text/css" />
|
||||
@stop
|
||||
@section('breadcrumb')
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ $category_id = $all->lists('category_id');
|
||||
<article class="comment-body">
|
||||
<footer class="comment-meta">
|
||||
<div class="comment-author">
|
||||
<img src="{{asset("lb-faveo/dist/img/avatar_1.png")}}" alt="" height="50" width="50" class="avatar" />
|
||||
<img src="{{asset("lb-faveo/media/images/avatar_1.png")}}" alt="" height="50" width="50" class="avatar" />
|
||||
<b class="fn"><a href="#" rel="external" class="url">{!! $comment->name !!}</a></b>
|
||||
</div><!-- .comment-author -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user