Skip to content

Commit 93bc2b7

Browse files
authored
Merge pull request GoogleCloudPlatform#191 from GoogleCloudPlatform/replace_plus_api
Fixed URLs for tests
2 parents 78248b9 + 1d8ccaf commit 93bc2b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

5-logging/bookshelf/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
<p class="navbar-text navbar-right">
3535
{% if session.profile %}
3636
<a href="/logout">
37-
{% if session.profile.image %}
37+
{% if session.profile.picture %}
3838
<img class="img-circle" src="{{session.profile.picture}}" width="24">
3939
{% endif %}
40-
{{session.profile.displayName}}
40+
{{session.profile.name}}
4141
</a>
4242
{% else %}
4343
<a href="/oauth2authorize">Login</a>

6-pubsub/bookshelf/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
<p class="navbar-text navbar-right">
3535
{% if session.profile %}
3636
<a href="/logout">
37-
{% if session.profile.image %}
37+
{% if session.profile.picture %}
3838
<img class="img-circle" src="{{session.profile.picture}}" width="24">
3939
{% endif %}
40-
{{session.profile.displayName}}
40+
{{session.profile.name}}
4141
</a>
4242
{% else %}
4343
<a href="/oauth2authorize">Login</a>

0 commit comments

Comments
 (0)