1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/app/frontend/templates/shared/_social_link.html

4 lines
218 B
HTML
Raw Normal View History

2016-05-17 16:41:32 +02:00
<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 {{faClass}}" ng-hide="image"></i>
2016-05-17 16:41:32 +02:00
</a>