From e31b06b7b56aaf1cf5510d4bb0261f73bc0e8893 Mon Sep 17 00:00:00 2001 From: Horus_Arch Date: Mon, 2 Mar 2015 15:31:39 +0100 Subject: Migrating from revel. --- app/views/App/Index.html | 23 ----------- app/views/Mailer/ConfirmRegistration.html | 5 --- app/views/Mailer/SendConfirmationKey.html | 4 -- app/views/debug.html | 64 ------------------------------- app/views/errors/404.html | 20 ---------- app/views/errors/500.html | 16 -------- app/views/flash.html | 18 --------- app/views/footer.html | 5 --- app/views/header.html | 17 -------- 9 files changed, 172 deletions(-) delete mode 100644 app/views/App/Index.html delete mode 100644 app/views/Mailer/ConfirmRegistration.html delete mode 100644 app/views/Mailer/SendConfirmationKey.html delete mode 100644 app/views/debug.html delete mode 100644 app/views/errors/404.html delete mode 100644 app/views/errors/500.html delete mode 100644 app/views/flash.html delete mode 100644 app/views/footer.html delete mode 100644 app/views/header.html (limited to 'app/views') diff --git a/app/views/App/Index.html b/app/views/App/Index.html deleted file mode 100644 index deb2304..0000000 --- a/app/views/App/Index.html +++ /dev/null @@ -1,23 +0,0 @@ -{{set . "title" "Home"}} -{{template "header.html" .}} - -
-
-
-
-

It works!

-

-
-
-
-
- -
-
-
- {{template "flash.html" .}} -
-
-
- -{{template "footer.html" .}} diff --git a/app/views/Mailer/ConfirmRegistration.html b/app/views/Mailer/ConfirmRegistration.html deleted file mode 100644 index a63fcba..0000000 --- a/app/views/Mailer/ConfirmRegistration.html +++ /dev/null @@ -1,5 +0,0 @@ -

{{.subject}}

- -

Hello {{.user}},
- to confirm your registration please follow this link: Link -

diff --git a/app/views/Mailer/SendConfirmationKey.html b/app/views/Mailer/SendConfirmationKey.html deleted file mode 100644 index 0fef96b..0000000 --- a/app/views/Mailer/SendConfirmationKey.html +++ /dev/null @@ -1,4 +0,0 @@ -

{{.subject}}

- -

Hello,
- please follow this link to confirm your action: Link

diff --git a/app/views/debug.html b/app/views/debug.html deleted file mode 100644 index f3975b7..0000000 --- a/app/views/debug.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - diff --git a/app/views/errors/404.html b/app/views/errors/404.html deleted file mode 100644 index ebdfe10..0000000 --- a/app/views/errors/404.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - Not found - - -{{if eq .RunMode "dev"}} -{{template "errors/404-dev.html" .}} -{{else}} - {{with .Error}} -

- {{.Title}} -

-

- {{.Description}} -

- {{end}} -{{end}} - - diff --git a/app/views/errors/500.html b/app/views/errors/500.html deleted file mode 100644 index 0cef4de..0000000 --- a/app/views/errors/500.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - Application error - - - {{if eq .RunMode "dev"}} - {{template "errors/500-dev.html" .}} - {{else}} -

Oops, an error occured

-

- This exception has been logged. -

- {{end}} - - diff --git a/app/views/flash.html b/app/views/flash.html deleted file mode 100644 index 9c9ade9..0000000 --- a/app/views/flash.html +++ /dev/null @@ -1,18 +0,0 @@ -{{if .flash.success}} -
- {{.flash.success}} -
-{{end}} - -{{if or .errors .flash.error}} -
- {{if .flash.error}} - {{.flash.error}} - {{end}} - -
-{{end}} diff --git a/app/views/footer.html b/app/views/footer.html deleted file mode 100644 index 8db95e5..0000000 --- a/app/views/footer.html +++ /dev/null @@ -1,5 +0,0 @@ - {{if eq .RunMode "dev"}} - {{template "debug.html" .}} - {{end}} - - diff --git a/app/views/header.html b/app/views/header.html deleted file mode 100644 index 01637f4..0000000 --- a/app/views/header.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {{.title}} - - - - - {{range .moreStyles}} - - {{end}} - {{range .moreScripts}} - - {{end}} - - -- cgit v1.2.3