1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-25 11:52:29 +01:00

Merge pull request #204 from guestisp/add-hook-for-customize-mailbox-update-page Call hook in mailbox update page

Call hook in mailbox update page
This commit is contained in:
FreeScout 2018-12-21 09:19:05 +03:00 committed by GitHub
commit 150da8a98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,8 @@
</div>
</div>
@action('mailboxes.update.view', $mailbox)
{{-- Email Template option hidden until somebody needs it --}}
<div class="form-group{{ $errors->has('template') ? ' has-error' : '' }}" style="display:none">
<label for="template" class="col-sm-2 control-label">{{ __('Email Template') }} (todo)</label>