v0.8.4b - Made about pages
This commit is contained in:
@@ -48,7 +48,8 @@ return[
|
||||
"ingennyheder" => "Der er ingen nyheder",
|
||||
"mørk" => "Mørk",
|
||||
"lys" => "Lys",
|
||||
"indstillinger" => "Indstillinger"
|
||||
"indstillinger" => "Indstillinger",
|
||||
"omkring" => "Omkring",
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -57,5 +57,6 @@ return[
|
||||
"ingennyheder" => "No news were found",
|
||||
"mørk" => "Dark",
|
||||
"lys" => "Light",
|
||||
"indstillinger" => "Settings"
|
||||
"indstillinger" => "Settings",
|
||||
"Omkring" => "About",
|
||||
];
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
@extends("app.layout.base")
|
||||
@section("title")
|
||||
Aktiviteter
|
||||
@endsection
|
||||
|
||||
@section("content")
|
||||
<main>
|
||||
<h1 class="text-center sde-blue mb-0" style="margin-bottom: 2rem">{{ __('msg.omkring') }}</h1>
|
||||
</main>
|
||||
@endsection
|
||||
@@ -71,6 +71,10 @@
|
||||
<img src="{{URL::asset('/images/icons/settings-hvid.svg')}}" alt="Indstillinger">
|
||||
{{ __('msg.indstillinger') }}
|
||||
</a>
|
||||
<a href="{{ route('about.index') }}">
|
||||
<img src="{{URL::asset('/images/icons/Logout.svg')}}" alt="Omkring">
|
||||
{{ __('msg.omkring') }}
|
||||
</a>
|
||||
<a href="{{ route('users.logout') }}">
|
||||
<img src="{{URL::asset('/images/icons/Logout.svg')}}" alt="Logud">
|
||||
{{ __('msg.logud') }}
|
||||
|
||||
Reference in New Issue
Block a user