Refactor Git section in advanced.blade.php
This commit is contained in:
parent
dba5499182
commit
cbec39099a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,8 +22,8 @@
|
|||
instantSave id="application.settings.is_log_drain_enabled" label="Drain Logs" />
|
||||
@endif
|
||||
|
||||
<h4>Git</h4>
|
||||
@if ($application->git_based())
|
||||
<h4>Git</h4>
|
||||
<x-forms.checkbox instantSave id="application.settings.is_git_submodules_enabled" label="Git Submodules"
|
||||
helper="Allow Git Submodules during build process." />
|
||||
<x-forms.checkbox instantSave id="application.settings.is_git_lfs_enabled" label="Git LFS"
|
||||
|
|
|
|||
Loading…
Reference in a new issue