1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00
fab-manager/app/assets/templates/shared/_social_link.html
2016-05-17 16:41:32 +02:00

4 lines
239 B
HTML

<a ng-show="user.profile[network]" ng-href="{{user.profile[network]}}" target="_blank">
<img ng-src="{{image}}" alt="{{altText}}" class="fa-img" ng-show="image"/>
<i class="fa fa-{{network.replace('_', '-')}}" ng-hide="image"></i>
</a>