Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Jul 3, 2017
1 parent df3fe17 commit 935be65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/views/topics/partials/ribbon.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
@if ($topic->order == -1)
<div class="ribbon">
<div class="ribbon-anchored">
<i class="fa fa-anchor"></i> 此贴已被下沉,请查看 <a href="https://laravel-china.org/topics/2802">下沉说明</a> 进行修改。
@if ($topic->category_id === 1)
<i class="fa fa-anchor"></i> 此贴已 <a href="https://laravel-china.org/topics/2802">下沉</a>,请按照 <a href="https://laravel-china.org/topics/817/laravel-china-recruitment-post-specification">招聘贴发布规范</a> 修改,改后 @ 管理员取消下沉。
@else
<i class="fa fa-anchor"></i> 此贴已下沉,请查看 <a href="https://laravel-china.org/topics/2802">下沉说明</a> 修改,改后 @ 管理员取消下沉。
@endif
</div>
</div>
@endif

0 comments on commit 935be65

Please sign in to comment.