mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Add 'Guide' button to help modal
This commit is contained in:
parent
4a3d0cd430
commit
8ff1ef9ed4
@ -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…
x
Reference in New Issue
Block a user