Refactor Git section in advanced.blade.php

This commit is contained in:
Andras Bacsai 2024-01-22 14:13:40 +01:00
parent dba5499182
commit cbec39099a

View File

@ -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"