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

Unified Diff: appengine/components/components/ereporter2/templates/base.html

Issue 2047753002: Add hack to enable multilogin. (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Created 4 years, 6 months 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 | « no previous file | appengine/components/components/template.py » ('j') | appengine/swarming/handlers_frontend.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/components/components/ereporter2/templates/base.html
diff --git a/appengine/components/components/ereporter2/templates/base.html b/appengine/components/components/ereporter2/templates/base.html
index 6d7bce266e34fcfb938a3ecceb334ea5cff2b61b..a3617c200ee8a0d6fa55e377193fd755aeefbc61 100644
--- a/appengine/components/components/ereporter2/templates/base.html
+++ b/appengine/components/components/ereporter2/templates/base.html
@@ -26,17 +26,8 @@ that can be found in the LICENSE file. -->
</head>
<body>
<div class="top_right_links">
- {% if nickname is defined %}
- {% if nickname %}
- {{ nickname }}
- {% else %}
- <a href="{{signin_link|safe }}">Sign in</a>
- {% endif %}
- <br>
- {% endif %}
- {% if now is defined %}
- {{now|datetimeformat}}<br>
- {% endif %}
+ <a href="{{signin_link|safe }}">{{nickname}}</a><br>
+ {{now|datetimeformat}}<br>
{% block floating %}
{% endblock %}
</div>
« no previous file with comments | « no previous file | appengine/components/components/template.py » ('j') | appengine/swarming/handlers_frontend.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698