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

Unified Diff: appengine/config_service/ui/common/auth-signin.html

Issue 2983103002: config_service: release the UI to the front page (Closed)
Patch Set: Release the UI to the front page Created 3 years, 5 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 | « appengine/config_service/ui/README.md ('k') | appengine/config_service/ui/src/config-ui/config-set.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/common/auth-signin.html
diff --git a/appengine/config_service/ui/common/auth-signin.html b/appengine/config_service/ui/common/auth-signin.html
index 7d345de20dd5119719eeecd11754c8b9013a32ce..4a1f091ea988122b97fb3217e16f128a6bd9131a 100644
--- a/appengine/config_service/ui/common/auth-signin.html
+++ b/appengine/config_service/ui/common/auth-signin.html
@@ -55,7 +55,7 @@
<template is="dom-if" if="[[!signed_in]]">
<div id="signinContainer">
<!-- TODO(cwpayton): Before official deployment, change href to "/#/" -->
- <a class="typeface" on-tap="signIn" href="/newui#/">Sign in</a>
+ <a class="typeface" on-tap="signIn" href="/#/">Sign in</a>
</div>
</template>
@@ -64,7 +64,7 @@
<span class="center typeface">[[profile.email]]</span>
<span class="center typeface">|</span>
<!-- TODO(cwpayton): Before official deployment, change href to "/#/" -->
- <a class="center typeface" on-tap="signOut" href="/newui#/">Sign out</a>
+ <a class="center typeface" on-tap="signOut" href="/#/">Sign out</a>
</template>
</template>
<script>
« no previous file with comments | « appengine/config_service/ui/README.md ('k') | appengine/config_service/ui/src/config-ui/config-set.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698