From 4103701bb2fdecc325a2238e5800696ccdc30ce4 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Sun, 8 Nov 2020 14:59:18 -0600 Subject: [PATCH] Remove bad comments from top of .pug templates - caused syntax error --- app/views/auth/auth_page.pug | 1 - app/views/auth/form.pug | 1 - app/views/auth/form_page.pug | 1 - app/views/auth/login.pug | 1 - app/views/auth/oauth2_authorize.pug | 1 - app/views/auth/register.pug | 1 - app/views/errors/400.pug | 1 - app/views/errors/401.pug | 1 - app/views/errors/403.pug | 1 - app/views/errors/404.pug | 1 - app/views/errors/418.pug | 1 - app/views/errors/500.pug | 1 - app/views/errors/development.pug | 1 - app/views/errors/error.pug | 1 - app/views/welcome.pug | 1 - 15 files changed, 15 deletions(-) diff --git a/app/views/auth/auth_page.pug b/app/views/auth/auth_page.pug index 6f960a2..1c52ab4 100644 --- a/app/views/auth/auth_page.pug +++ b/app/views/auth/auth_page.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework html head title #{title} | #{_app.name} diff --git a/app/views/auth/form.pug b/app/views/auth/form.pug index 49b2024..5f12ae7 100644 --- a/app/views/auth/form.pug +++ b/app/views/auth/form.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework extends ./auth_page block content diff --git a/app/views/auth/form_page.pug b/app/views/auth/form_page.pug index 7e0116f..a9511a8 100644 --- a/app/views/auth/form_page.pug +++ b/app/views/auth/form_page.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework extends ./auth_page block content diff --git a/app/views/auth/login.pug b/app/views/auth/login.pug index 2274eb8..1849814 100644 --- a/app/views/auth/login.pug +++ b/app/views/auth/login.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework extends ./form block form diff --git a/app/views/auth/oauth2_authorize.pug b/app/views/auth/oauth2_authorize.pug index b678fc9..d56d106 100644 --- a/app/views/auth/oauth2_authorize.pug +++ b/app/views/auth/oauth2_authorize.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework extends ./auth_page block content diff --git a/app/views/auth/register.pug b/app/views/auth/register.pug index 02fe773..adaded1 100644 --- a/app/views/auth/register.pug +++ b/app/views/auth/register.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework extends ./form block form diff --git a/app/views/errors/400.pug b/app/views/errors/400.pug index 0903eb5..b9de31f 100644 --- a/app/views/errors/400.pug +++ b/app/views/errors/400.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework extends error block head diff --git a/app/views/errors/401.pug b/app/views/errors/401.pug index 66e2583..cb6d67f 100644 --- a/app/views/errors/401.pug +++ b/app/views/errors/401.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework extends error block head diff --git a/app/views/errors/403.pug b/app/views/errors/403.pug index 787006b..f86c1c8 100644 --- a/app/views/errors/403.pug +++ b/app/views/errors/403.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework extends error block head diff --git a/app/views/errors/404.pug b/app/views/errors/404.pug index 3ff7b19..7a62931 100644 --- a/app/views/errors/404.pug +++ b/app/views/errors/404.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework extends error block head diff --git a/app/views/errors/418.pug b/app/views/errors/418.pug index 81c2243..9615f08 100644 --- a/app/views/errors/418.pug +++ b/app/views/errors/418.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework extends error block head diff --git a/app/views/errors/500.pug b/app/views/errors/500.pug index 6be8117..def828f 100644 --- a/app/views/errors/500.pug +++ b/app/views/errors/500.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework extends error block head diff --git a/app/views/errors/development.pug b/app/views/errors/development.pug index aa866d6..a24e4f8 100644 --- a/app/views/errors/development.pug +++ b/app/views/errors/development.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework html head title Uh-Oh! | #{_app ? _app.name : 'Flitter'} diff --git a/app/views/errors/error.pug b/app/views/errors/error.pug index 7af0df5..bcf48dc 100644 --- a/app/views/errors/error.pug +++ b/app/views/errors/error.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework html head block head diff --git a/app/views/welcome.pug b/app/views/welcome.pug index dcabdc2..bf31430 100644 --- a/app/views/welcome.pug +++ b/app/views/welcome.pug @@ -1,4 +1,3 @@ -// this file was automatically generated by the Flitter framework html head title #{T('welcome')} | #{_app.name}