Skip to content

Commit

Permalink
修正页面错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjiangbin committed Dec 28, 2017
1 parent 2c09195 commit 659155e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/user/layouts.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<span class="title">{{trans('home.invoices')}}</span>
</a>
</li>
<li class="nav-item {{in_array(Request::path(), ['user/ticketList']) ? 'active open' : ''}}">
<li class="nav-item {{in_array(Request::path(), ['user/ticketList', 'user/replyTicket']) ? 'active open' : ''}}">
<a href="{{url('user/ticketList')}}" class="nav-link nav-toggle">
<i class="icon-question"></i>
<span class="title">{{trans('home.tickets')}}</span>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/user/replyTicket.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div class="timeline-item">
<div class="timeline-badge">
@if ($reply->user->is_admin)
<img class="timeline-badge-userpic" src="/assets/images/avatar.jpg">
<img class="timeline-badge-userpic" src="/assets/images/avatar.png">
@else
<div class="timeline-icon">
<i class="icon-user font-green-haze"></i>
Expand Down

0 comments on commit 659155e

Please sign in to comment.