Skip to content

Commit

Permalink
Mail characterName clickable.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Dec 16, 2016
1 parent 92bf30b commit d4c6988
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/resources/views/includes/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ class="img-circle" alt="User Image">
@if(is_null(setting('main_character_name')))
<a href="{{ route('profile.view') }}">{{ trans('web::seat.no_main_char') }}!</a>
@else
{{ trans('web::seat.hello') }}, {{ setting('main_character_name') }}
<a href="{{ route('character.view.sheet', ['character_id' => setting('main_character_id')]) }}">
{{ trans('web::seat.hello') }}, {{ setting('main_character_name') }}
</a>
@endif
</p>
<!-- Status -->
Expand Down

0 comments on commit d4c6988

Please sign in to comment.