File tree Expand file tree Collapse file tree
5-logging/bookshelf/templates
6-pubsub/bookshelf/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments