このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
LightPeer/resources/views/pages/peertube/about/components/about/ippan.blade.php

16 行
706 B
PHP

<div class="about-instance-title">
<h1 class="title">{{ $res['about']->instance->name }}について</h1>
<a class="contact-admin ng-star-inserted" href="/about/contact">打ち合わせ</a>
</div>
<div class="instance-badges ng-star-inserted">
@foreach ($res['about']->instance->categories as $cat)
<span class="badge badge-primary category ng-star-inserted">{{ ptGetCatId($cat) }}</span>
@endforeach
@foreach ($res['about']->instance->languages as $lan)
<span class="badge badge-secondary language ng-star-inserted">{{ $lan }}</span>
@endforeach
</div>
<div class="short-description">
<div class="block short-description">{{ $res['about']->instance->shortDescription }}</div>
</div>