From 200ffe2a07aa5f41fa2043a1ef7bb6139400b6d0 Mon Sep 17 00:00:00 2001 From: Tobias Kohlbau Date: Thu, 12 Jul 2018 12:35:11 +0200 Subject: [PATCH] proxy: remove dangling registry templates (#252) Signed-off-by: Tobias Kohlbau --- cmd/proxy/templates/registry/_flash.html | 15 ------- cmd/proxy/templates/registry/application.html | 45 ------------------- cmd/proxy/templates/registry/index.html | 6 --- 3 files changed, 66 deletions(-) delete mode 100644 cmd/proxy/templates/registry/_flash.html delete mode 100644 cmd/proxy/templates/registry/application.html delete mode 100644 cmd/proxy/templates/registry/index.html diff --git a/cmd/proxy/templates/registry/_flash.html b/cmd/proxy/templates/registry/_flash.html deleted file mode 100644 index e42d1bb0..00000000 --- a/cmd/proxy/templates/registry/_flash.html +++ /dev/null @@ -1,15 +0,0 @@ -<%= if (len(flash) > 0) { %> -
-
- <%= for (k, messages) in flash { %> - <%= for (msg) in messages { %> - - <% } %> - <% } %> -
-
- <% } %> - \ No newline at end of file diff --git a/cmd/proxy/templates/registry/application.html b/cmd/proxy/templates/registry/application.html deleted file mode 100644 index 965111e0..00000000 --- a/cmd/proxy/templates/registry/application.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - GopherPacks.io - <%= stylesheetTag("application.css") %> - - - "> - - -
- - - - <%= partial("flash.html") %> - <%= yield %> -
-
-
-
    -
  • GopherPacks © 2018
  • -
-
-
- <%= javascriptTag("application.js") %> - - diff --git a/cmd/proxy/templates/registry/index.html b/cmd/proxy/templates/registry/index.html deleted file mode 100644 index bb7d0699..00000000 --- a/cmd/proxy/templates/registry/index.html +++ /dev/null @@ -1,6 +0,0 @@ -
-
-

Welcome to GopherPacks.io

-

Some Text Here would be Nice

-
-