2016-12-04 02:35:40 +08:00
|
|
|
<div class="breadcrumbs">
|
2017-04-22 21:08:12 +08:00
|
|
|
@if (userCan('view', $chapter->book))
|
2018-02-17 21:30:52 +08:00
|
|
|
<a href="{{ $chapter->book->getUrl() }}" class="text-book text-button">@icon('book'){{ $chapter->book->getShortName() }}</a>
|
2016-12-04 02:35:40 +08:00
|
|
|
<span class="sep">»</span>
|
2017-04-22 20:39:34 +08:00
|
|
|
@endif
|
2018-02-17 21:30:52 +08:00
|
|
|
<a href="{{ $chapter->getUrl() }}" class="text-chapter text-button">@icon('chapter'){{$chapter->getShortName()}}</a>
|
2016-12-04 02:35:40 +08:00
|
|
|
</div>
|