Always use default twitter image for twitter-view.

It was generating a very low resolution (16x16) avatar for the null user
and blowing it up to fit. It's much better to just use what would've
been the fallback.
This commit is contained in:
Jimmy Zelinskie 2015-01-08 16:23:43 -05:00
parent f4d078e87a
commit 5a05c6560b

View file

@ -4,7 +4,7 @@
</p>
<div class="attribute">
<span class="info-wrap">
<span class="avatar"><img ng-src="{{ avatarUrl }}" fallback-src="/static/img/default-twitter.png"></span>
<img ng-src="/static/img/default-twitter.png">
<span class="info">
<span class="author">{{ authorName }} (@{{authorUser}})</span>
<a class="reference" ng-href="{{ messageUrl }}">{{ messageDate }}</a>