commit
eeec4478f2
5 changed files with 33 additions and 27 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div ng-init="init()">
|
||||
<header ng-click="$root.go('profile')" class="text-center">
|
||||
<div class="photo-container">
|
||||
<img gravatar-src="'{{$root.iden.getName()}}'" gravatar-size="45">
|
||||
<img gravatar-src="'{{username}}'" gravatar-size="45">
|
||||
</div>
|
||||
<div class="m5t">
|
||||
<div class="text-white text-bold ellipsis size-14">{{$root.iden.getName()}}</div>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,11 @@
|
|||
<div class="panel">
|
||||
<div class="row collapse">
|
||||
<div class="large-2 medium-2 columns text-center">
|
||||
<a class="photo-container profile" href="https://en.gravatar.com/" ng-init="isHover=0" ng-mouseenter="isHover=1" ng-mouseleave="isHover=0" target="_blank">
|
||||
<a class="photo-container profile"
|
||||
ng-click="$root.openExternalLink('https://gravatar.com/')"
|
||||
ng-init="isHover=0"
|
||||
ng-mouseenter="isHover=1"
|
||||
ng-mouseleave="isHover=0">
|
||||
<img ng-show="!isHover" gravatar-src="'{{username}}'" gravatar-size="80">
|
||||
<img ng-show="isHover" src="img/change-avatar.png" with="80">
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue