Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1339)

Unified Diff: app/views/signed_form.mustache

Issue 777193002: Remove unused mustache templates (Closed) Base URL: https://github.com/dart-lang/pub-dartlang.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/views/packages/versions/new.mustache ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/views/signed_form.mustache
diff --git a/app/views/signed_form.mustache b/app/views/signed_form.mustache
deleted file mode 100644
index 3d6926cbd78929d7857eece4fe3c01e187a5c37f..0000000000000000000000000000000000000000
--- a/app/views/signed_form.mustache
+++ /dev/null
@@ -1,12 +0,0 @@
-{{! Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
- for details. All rights reserved. Use of this source code is governed by a
- BSD-style license that can be found in the LICENSE file. }}
-
-<form method="POST" enctype="multipart/form-data" action="{{url}}">
- {{#fields}}
- {{#value}}<input type="hidden" name="{{key}}" value="{{value}}">{{/value}}
- {{/fields}}
-
- <input type="file" name="file">
- <input type="submit" value="Upload">
-</form>
« no previous file with comments | « app/views/packages/versions/new.mustache ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698