From c43b63fbd6f9a4b85ae643b7545e3845b22aba60 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Sun, 9 Apr 2023 11:33:34 +0500 Subject: [PATCH] Group CSS files --- assets/{ => css}/auth.css | 0 assets/{ => css}/base.css | 0 assets/{ => css}/error.css | 0 assets/{ => css}/index.css | 0 assets/{ => css}/settings.css | 0 templates/auth.html.tmpl | 2 +- templates/error.html.tmpl | 2 +- templates/head.html.tmpl | 2 +- templates/index.html.tmpl | 2 +- templates/settings.html.tmpl | 2 +- 10 files changed, 5 insertions(+), 5 deletions(-) rename assets/{ => css}/auth.css (100%) rename assets/{ => css}/base.css (100%) rename assets/{ => css}/error.css (100%) rename assets/{ => css}/index.css (100%) rename assets/{ => css}/settings.css (100%) diff --git a/assets/auth.css b/assets/css/auth.css similarity index 100% rename from assets/auth.css rename to assets/css/auth.css diff --git a/assets/base.css b/assets/css/base.css similarity index 100% rename from assets/base.css rename to assets/css/base.css diff --git a/assets/error.css b/assets/css/error.css similarity index 100% rename from assets/error.css rename to assets/css/error.css diff --git a/assets/index.css b/assets/css/index.css similarity index 100% rename from assets/index.css rename to assets/css/index.css diff --git a/assets/settings.css b/assets/css/settings.css similarity index 100% rename from assets/settings.css rename to assets/css/settings.css diff --git a/templates/auth.html.tmpl b/templates/auth.html.tmpl index 1caf816..0e47abd 100644 --- a/templates/auth.html.tmpl +++ b/templates/auth.html.tmpl @@ -2,7 +2,7 @@ {{template "head"}} - +
diff --git a/templates/error.html.tmpl b/templates/error.html.tmpl index df432cc..c0c0a54 100644 --- a/templates/error.html.tmpl +++ b/templates/error.html.tmpl @@ -2,7 +2,7 @@ {{template "head"}} - +
diff --git a/templates/head.html.tmpl b/templates/head.html.tmpl index cf8476d..7d5a996 100644 --- a/templates/head.html.tmpl +++ b/templates/head.html.tmpl @@ -2,5 +2,5 @@ Phoenix - + {{end}} diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index a6b9402..e11b3a4 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -2,7 +2,7 @@ {{template "head"}} - +
diff --git a/templates/settings.html.tmpl b/templates/settings.html.tmpl index b5ca279..dc07442 100644 --- a/templates/settings.html.tmpl +++ b/templates/settings.html.tmpl @@ -2,7 +2,7 @@ {{template "head"}} - +

Settings