Add 'Guide' button to help modal
This commit is contained in:
parent
4a3d0cd430
commit
8ff1ef9ed4
2 changed files with 2 additions and 0 deletions
|
|
@ -2835,6 +2835,7 @@ $LANG = array(
|
|||
'background_image_help' => 'Use the :link to manage your images.',
|
||||
'proposal_editor' => 'proposal editor',
|
||||
'background' => 'Background',
|
||||
'guide' => 'Guide',
|
||||
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue