Skip to content

Commit

Permalink
Show version on start page
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Apr 6, 2017
1 parent f3ee310 commit 8ef1ec8
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@

@section('jumbotron')
<div class="jumbotron">
<div class="container text-center">
<img height="120" width="120" src="{!! asset('img/ws-logo.svg') !!}">
<h1>Weinstein</h1>
@if (!Auth::check())
<p>
Willkommen!
</p>
<p>
Bitte melden Sie sich an
</p>
<p>
<a href="{!! route('login') !!}" class="btn btn-primary btn-lg" role="button">Anmelden</a>
</p>
@else
Entwickelt von Christoph Wurst, 2013 - 2017
@endif
</div>
<div class="container text-center">
<img height="120" width="120" src="{!! asset('img/ws-logo.svg') !!}">
<h1>Weinstein</h1>
@if (!Auth::check())
<p>
Willkommen!
</p>
<p>
Bitte melden Sie sich an
</p>
<p>
<a href="{!! route('login') !!}" class="btn btn-primary btn-lg" role="button">Anmelden</a>
</p>
@else
Version <?php echo config('app.version'); ?><br>
Entwickelt von Christoph Wurst, 2013 - 2017
@endif
</div>
</div>
@stop

0 comments on commit 8ef1ec8

Please sign in to comment.