This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/directives/twitter-view.html
Jimmy Zelinskie f268a5d661 Fix twitter-view once and for all!
One image URL was broken and it was accidentally using the avatar
directive, so the class has been changed to 'twitter-avatar' and made
explicit.
2015-01-13 11:02:08 -05:00

14 lines
514 B
HTML

<blockquote class="twitter-tweet" data-conversation="none" lang="en">
<p>
<span ng-transclude></span>
</p>
<div class="attribute">
<span class="info-wrap">
<span class="twitter-avatar"><img ng-src="{{ avatarUrl }}" fallback-src="/static/img/default-twitter.png"></span>
<span class="info">
<span class="author">{{ authorName }} (@{{authorUser}})</span>
<a class="reference" ng-href="{{ messageUrl }}">{{ messageDate }}</a>
</span>
</span>
</div>
</blockquote>