commented some buttons and displays for features not yet implemented
This commit is contained in:
@@ -22,19 +22,19 @@
|
||||
!!}<b>{{ $table->title }}</b>
|
||||
</span>{{--
|
||||
--}}<div class="d-block col-5 small text-right">{{--
|
||||
--}}<span title="Visits" class="d-inline-block" style="min-width: 60px;">
|
||||
--}}<span title="Visits" class="d-inline-block pl-2" style="min-width: 50px;">
|
||||
{{ $table->visits }}@icon(fa-eye fa-pl, ~Visits~~)
|
||||
</span>{{--
|
||||
--}}<span title="Forks" class="d-inline-block {{$forks==0?'hidden':''}}" style="min-width: 60px;">
|
||||
--}}{{--<span title="Forks" class="d-inline-block pl-2 {{$forks==0?'hidden':''}}" style="min-width: 50px;">
|
||||
{{ $forks }}@icon(fa-code-fork fa-pl, ~Forks~~)
|
||||
</span>{{--
|
||||
--}}<span title="Favourites" class="d-inline-block {{$faves==0?'hidden':''}}" style="min-width: 60px;">
|
||||
</span>--}}{{--
|
||||
--}}{{--<span title="Favourites" class="d-inline-block pl-2 {{$faves==0?'hidden':''}}" style="min-width: 50px;">
|
||||
{{ $faves }}@icon(fa-star fa-pl, ~Favourites~~)
|
||||
</span>{{--
|
||||
--}}<span title="Revisions" class="d-inline-block" style="min-width: 60px;">
|
||||
</span>--}}{{--
|
||||
--}}{{--<span title="Revisions" class="d-inline-block pl-2" style="min-width: 50px;">
|
||||
{{ $revs }}@icon(fa-history fa-pl, ~Revisions~~)
|
||||
</span>{{--
|
||||
--}}<span title="Rows" class="d-inline-block" style="min-width: 60px;">
|
||||
</span>--}}{{--
|
||||
--}}<span title="Rows" class="d-inline-block pl-2" style="min-width: 50px;">
|
||||
{{ $rows }}@icon(fa-th-list fa-pl, ~Rows)
|
||||
</span>{{--
|
||||
--}}
|
||||
@@ -46,7 +46,7 @@
|
||||
@sr(Description:~){{ ellipsis($table->description, 215) }}
|
||||
</div>{{--
|
||||
--}}<div class="d-inline-block col-4 text-right text-muted">
|
||||
Last change {{ $table->updated_at->diffForHumans() }}@icon(fa-history fa-pl, sr:Owner)
|
||||
Last change {{ $table->updated_at->diffForHumans() }}
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user