Skip to content

Commit

Permalink
adjusted text-only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaishiyoku committed Sep 6, 2020
1 parent 8d86519 commit 999308a
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions resources/views/text/app.blade.php
Expand Up @@ -19,18 +19,23 @@
</head>
<body>

<div>
<a href="{{ route('mangas.index') }}">
{{ env('APP_NAME', 'Laravel') }}
</a>
</div>
<h1>
{{ env('APP_NAME', 'Laravel') }}
</h1>

<div>
{!! Menu::render() !!}
{{ Html::linkRoute('mangas.index', __('common.manga_list')) }}
{{ Html::linkRoute('mangas.statistics', __('common.statistics')) }}

@auth
{{ Html::link('mangas.manage', __('common.manage_mangas')) }}
@else
{{ Html::linkRoute('recommendations.create', __('common.recommend_manga')) }}
@endauth
</div>

<div>
{!! Menu::render('right') !!}

</div>

<div>
Expand Down

0 comments on commit 999308a

Please sign in to comment.