Add 'Guide' button to help modal

This commit is contained in:
Hillel Coren 2018-04-12 22:38:48 +03:00
parent 4a3d0cd430
commit 8ff1ef9ed4
2 changed files with 2 additions and 0 deletions

View File

@ -2835,6 +2835,7 @@ $LANG = array(
'background_image_help' => 'Use the :link to manage your images.',
'proposal_editor' => 'proposal editor',
'background' => 'Background',
'guide' => 'Guide',
);

View File

@ -124,6 +124,7 @@
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">{{ trans('texts.close') }}</button>
<a class="btn btn-primary" href="{{ Utils::getDocsUrl(request()->path()) }}" target="_blank">{{ trans('texts.guide') }}</a>
<a class="btn btn-primary" href="{{ config('ninja.video_urls.all') }}" target="_blank">{{ trans('texts.videos') }}</a>
</div>
</div>