diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-20 09:09:18 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-20 09:09:18 +0200 |
commit | ee73b4cb4a3250a10f3efb2bf562f04c13f34a4f (patch) | |
tree | a93afe1a608e2ba6e8889c2180949184d159f742 /app-from-scratch.sh | |
parent | 5cb131935f0e4a8fb4082ed989a17c214d1e4beb (diff) | |
download | chd_gestion-ee73b4cb4a3250a10f3efb2bf562f04c13f34a4f.zip chd_gestion-ee73b4cb4a3250a10f3efb2bf562f04c13f34a4f.tar.gz chd_gestion-ee73b4cb4a3250a10f3efb2bf562f04c13f34a4f.tar.bz2 |
configure all filters, no align-right on 'view'
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r-- | app-from-scratch.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh index 08a0947..80a12b3 100644 --- a/app-from-scratch.sh +++ b/app-from-scratch.sh @@ -330,3 +330,9 @@ editor $p/Template/index.twig $p/Template/view.twig $p/Element/form.twig src/Tem git add $p/Template/index.twig $p/Template/view.twig $p/Element/form.twig src/Template/Layout/default.ctp git add ../app-from-scratch.sh git commit -m "make side bar skinny, add shortcuts to main controllers" +# 5cb131935f0e4a8fb4082ed989a17c214d1e4beb + +# configure all filters, no align-right on 'view' +editor config/bake_extra.php webroot/css/local.css +git add config/bake_extra.php webroot/css/local.css ../app-from-scratch.sh +git commit -m "configure all filters, no align-right on 'view'" |