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 %> -
- - <%= 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

-
-