pixelfed/resources/views/site/help/partial/sidebar.blade.php

81 wiersze
4.6 KiB
PHP
Czysty Zwykły widok Historia

2019-03-19 03:50:31 +00:00
<div class="col-12 col-md-3 py-3 d-none d-md-block" style="border-right:1px solid #ccc;">
2018-10-22 01:45:09 +00:00
<ul class="nav flex-column settings-nav">
<li class="nav-item {{request()->is('*/getting-started')?'active':''}}">
2019-03-17 07:01:22 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.getting-started')}}">{{__('helpcenter.gettingStarted')}}</a>
2018-10-22 01:45:09 +00:00
</li>
<li class="nav-item {{request()->is('*/sharing-media')?'active':''}}">
2019-03-17 07:01:22 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.sharing-media')}}">{{__('helpcenter.sharingMedia')}}</a>
2018-10-22 01:45:09 +00:00
</li>
<li class="nav-item {{request()->is('*/your-profile')?'active':''}}">
2019-03-17 07:01:22 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.your-profile')}}">{{__('helpcenter.profile')}}</a>
2018-10-22 01:45:09 +00:00
</li>
2019-03-19 04:05:56 +00:00
{{-- <li class="nav-item {{request()->is('*/stories')?'active':''}}">
2019-03-17 07:01:22 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.stories')}}">{{__('helpcenter.stories')}}</a>
2019-03-19 04:05:56 +00:00
</li> --}}
2018-10-22 01:45:09 +00:00
<li class="nav-item {{request()->is('*/hashtags')?'active':''}}">
2019-03-17 07:01:22 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.hashtags')}}">{{__('helpcenter.hashtags')}}</a>
2018-10-22 01:45:09 +00:00
</li>
2019-03-21 01:04:46 +00:00
<li class="nav-item {{request()->is('*/discover')?'active':''}}">
2019-03-17 07:01:22 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.discover')}}">{{__('helpcenter.discover')}}</a>
2019-03-21 01:04:46 +00:00
</li>
2019-03-19 04:05:56 +00:00
{{-- <li class="nav-item {{request()->is('*/direct-messages')?'active':''}}">
2019-03-17 07:01:22 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.dm')}}">{{__('helpcenter.directMessages')}}</a>
2019-03-19 04:05:56 +00:00
</li> --}}
2023-06-12 11:16:20 +00:00
{{-- <li class="nav-item {{request()->is('*/tagging-people')?'active':''}}">
<a class="nav-link font-weight-light text-muted" href="{{route('help.tagging-people')}}">{{__('helpcenter.taggingPeople')}}</a>
</li> --}}
2019-04-03 07:46:44 +00:00
<li class="nav-item {{request()->is('*/timelines')?'active':''}}">
2019-03-17 07:01:22 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.timelines')}}">{{__('helpcenter.timelines')}}</a>
2019-04-03 07:46:44 +00:00
</li>
2019-03-19 04:05:56 +00:00
{{-- <li class="nav-item {{request()->is('*/embed')?'active':''}}">
2019-03-17 07:01:22 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.embed')}}">{{__('helpcenter.embed')}}</a>
2019-03-19 04:05:56 +00:00
</li> --}}
2023-06-12 11:16:20 +00:00
<li class="nav-item {{request()->is('*/import')?'active':''}}">
<a class="nav-link font-weight-light text-muted" href="{{route('help.import')}}">Instagram Import</a>
</li>
2024-02-19 11:00:31 +00:00
@if((bool) config_cache('instance.curated_registration.enabled'))
<li class="nav-item {{request()->is('*/curated-onboarding')?'active':''}}">
<a class="nav-link font-weight-light text-muted" href="{{route('help.curated-onboarding')}}">
Curated Onboarding
</a>
</li>
@endif
2018-10-22 01:45:09 +00:00
<li class="nav-item">
<hr>
</li>
2019-06-27 07:08:04 +00:00
<li class="nav-item {{request()->is('*/community-guidelines')?'active':''}}">
2018-10-22 01:45:09 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.community-guidelines')}}">
2019-03-17 07:01:22 +00:00
{{__('helpcenter.communityGuidelines')}}
2018-10-22 01:45:09 +00:00
</a>
2019-06-27 07:08:04 +00:00
</li>
2019-03-19 04:05:56 +00:00
{{-- <li class="nav-item {{request()->is('*/what-is-the-fediverse')?'active':''}}">
2019-03-17 07:01:22 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.what-is-fediverse')}}">{{__('helpcenter.whatIsTheFediverse')}}</a>
2023-06-12 11:16:20 +00:00
</li>
<li class="nav-item {{request()->is('*/controlling-visibility')?'active':''}}">
2018-10-22 01:45:09 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.controlling-visibility')}}">
2019-03-17 07:01:22 +00:00
{{__('helpcenter.controllingVisibility')}}
2018-10-22 01:45:09 +00:00
</a>
2023-06-12 11:16:20 +00:00
</li>
<li class="nav-item {{request()->is('*/blocking-accounts')?'active':''}}">
2018-10-22 01:45:09 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.blocking-accounts')}}">
2019-03-17 07:01:22 +00:00
{{__('helpcenter.blockingAccounts')}}
2018-10-22 01:45:09 +00:00
</a>
2023-06-12 11:16:20 +00:00
</li>--}}
2018-10-22 01:45:09 +00:00
<li class="nav-item {{request()->is('*/safety-tips')?'active':''}}">
<a class="nav-link font-weight-light text-muted" href="{{route('help.safety-tips')}}">
2019-03-17 07:01:22 +00:00
{{__('helpcenter.safetyTips')}}
2018-10-22 01:45:09 +00:00
</a>
</li>
2023-06-12 11:16:20 +00:00
{{--<li class="nav-item {{request()->is('*/report-something')?'active':''}}">
2018-10-22 01:45:09 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.report-something')}}">
2019-03-17 07:01:22 +00:00
{{__('helpcenter.reportSomething')}}
2018-10-22 01:45:09 +00:00
</a>
2019-03-19 04:05:56 +00:00
</li> --}}
{{-- <li class="nav-item {{request()->is('*/data-policy')?'active':''}}">
2018-10-22 01:45:09 +00:00
<a class="nav-link font-weight-light text-muted" href="{{route('help.data-policy')}}">
2019-03-17 07:01:22 +00:00
{{__('helpcenter.dataPolicy')}}
2018-10-22 01:45:09 +00:00
</a>
2019-03-19 04:05:56 +00:00
</li> --}}
2018-10-22 01:45:09 +00:00
</ul>
2023-06-12 11:16:20 +00:00
</div>