Skip to content

Commit

Permalink
Merge pull request #644 from Victoire/lenybernard-use-ssl-4-gravatar-…
Browse files Browse the repository at this point in the history
…patch

use https for gravatar url
  • Loading branch information
paulandrieux authored Oct 18, 2016
2 parents 7bac9fb + 08d9ea5 commit 93e2c65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<li class="vic-menu-main-list-lastItem">
<div class="vic-dropdown">
<a class="vic-dropdown-toggle" id="dropdownMenu1" data-toggle="vic-dropdown">
<img src="http://www.gravatar.com/avatar/{{ app.user.email|hash }}?s=70&d={{ 'https://fr.gravatar.com/userimage/63937294/1d5eaaa346a27c5915344db44177b469.png?size=70'|url_encode }}" class="vic-img-circle" alt="avatar" height="36">
<img src="https://www.gravatar.com/avatar/{{ app.user.email|hash }}?s=70&d={{ 'https://fr.gravatar.com/userimage/63937294/1d5eaaa346a27c5915344db44177b469.png?size=70'|url_encode }}" class="vic-img-circle" alt="avatar" height="36">

<span class="vic-caret"></span>
</a>
Expand Down

0 comments on commit 93e2c65

Please sign in to comment.