Skip to content

Commit

Permalink
Use correct size img as default avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Rubio committed Nov 4, 2015
1 parent fb49f34 commit 0ec392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/pilares-evento.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<div class="item item-avatar item-text-wrap item-icon-left assertive">
<img ng-show="evento.image" ng-src="http:{{evento.image.value}}">
<img class="detail-thumb" ng-hide="evento.image" src='https://raw.githubusercontent.com/jrub/LaAgendica/master/resources/favicon-32x32.png'/>
<img class="detail-thumb" ng-hide="evento.image" src='img/default-thumb.png'/>
<h2>{{evento.title.value}}</h2>
<h3 class="evpre" ng-show="evento.lugar.value">{{evento.lugar.value}}</h3>
</div>
Expand Down

0 comments on commit 0ec392a

Please sign in to comment.