mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update Help Center
This commit is contained in:
parent
e6143b750d
commit
d7ad4b36b0
2 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
@extends('site.help.partial.template', ['breadcrumb'=>'Getting Started'])
|
@extends('site.help.partial.template', ['breadcrumb'=>__('helpcenter.gettingStarted')])
|
||||||
|
|
||||||
@section('section')
|
@section('section')
|
||||||
|
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h3 class="font-weight-bold">Getting Started</h3>
|
<h3 class="font-weight-bold">{{__('helpcenter.gettingStarted')}}</h3>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<p class="lead font-weight-light">Welcome to Pixelfed!</p>
|
<p class="lead font-weight-light">Welcome to Pixelfed!</p>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div class="card mt-5">
|
<div class="card mt-5">
|
||||||
<div class="card-header font-weight-bold text-muted bg-white py-4">
|
<div class="card-header font-weight-bold text-muted bg-white py-4">
|
||||||
<a href="{{route('site.help')}}" class="text-muted">Help Center</a>
|
<a href="{{route('site.help')}}" class="text-muted">{{__('helpcenter.helpcenter')}}</a>
|
||||||
<span class="px-2 font-weight-light">—</span>
|
<span class="px-2 font-weight-light">—</span>
|
||||||
{{ $breadcrumb ?? ''}}
|
{{ $breadcrumb ?? ''}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue