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
2019-11-12 11:09:47 -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>