initial import for Open Source 🎉
This commit is contained in:
parent
1898c361f3
commit
9c0dd3b722
2048 changed files with 218743 additions and 0 deletions
14
static/directives/twitter-view.html
Normal file
14
static/directives/twitter-view.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<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>
|
Reference in a new issue