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

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

Issue 2983103002: config_service: release the UI to the front page (Closed)
Patch Set: 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
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>

Powered by Google App Engine
This is Rietveld 408576698