File tree 2 files changed +4
-4
lines changed
5-logging/bookshelf/templates
6-pubsub/bookshelf/templates 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
< p class ="navbar-text navbar-right ">
35
35
{% if session.profile %}
36
36
< a href ="/logout ">
37
- {% if session.profile.image %}
37
+ {% if session.profile.picture %}
38
38
< img class ="img-circle " src ="{{session.profile.picture}} " width ="24 ">
39
39
{% endif %}
40
- {{session.profile.displayName }}
40
+ {{session.profile.name }}
41
41
</ a >
42
42
{% else %}
43
43
< a href ="/oauth2authorize "> Login</ a >
Original file line number Diff line number Diff line change 34
34
< p class ="navbar-text navbar-right ">
35
35
{% if session.profile %}
36
36
< a href ="/logout ">
37
- {% if session.profile.image %}
37
+ {% if session.profile.picture %}
38
38
< img class ="img-circle " src ="{{session.profile.picture}} " width ="24 ">
39
39
{% endif %}
40
- {{session.profile.displayName }}
40
+ {{session.profile.name }}
41
41
</ a >
42
42
{% else %}
43
43
< a href ="/oauth2authorize "> Login</ a >
You can’t perform that action at this time.
0 commit comments