| Index: appengine/components/components/auth/ui/templates/base_minimal.html
|
| diff --git a/appengine/components/components/auth/ui/templates/base_minimal.html b/appengine/components/components/auth/ui/templates/base_minimal.html
|
| deleted file mode 100644
|
| index 6d3a04b42e9fe6c461f50336759f2153356a6448..0000000000000000000000000000000000000000
|
| --- a/appengine/components/components/auth/ui/templates/base_minimal.html
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<!-- Copyright 2014 The LUCI Authors. All rights reserved.
|
| -Use of this source code is governed under the Apache License, Version 2.0
|
| -that can be found in the LICENSE file. -->
|
| -<head>
|
| - <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
|
| - <title>{{app_name}} - {{page_title}}</title>
|
| - <link href="/third_party/bootstrap/css/bootstrap-3.1.0.min.css" rel="stylesheet">
|
| - <link href="/auth/static/css/common.css" rel="stylesheet">
|
| - <script src="/third_party/jquery/jquery-1.11.0.min.js"></script>
|
| - <script src="/auth/static/js/common.js"></script>
|
| -</head>
|
| -
|
| -<body>
|
| - <div class="container">
|
| - {% block content %}
|
| - {% endblock %}
|
| - </div>
|
| - <script type="text/javascript" nonce="{{csp_nonce}}">
|
| - // Expose 'config' as global js variable.
|
| - var config = {{config|safe}};
|
| - </script>
|
| -</body>
|
| -
|
| -</html>
|
|
|