Skip to content

Commit

Permalink
#212 Project page
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-santos committed Jan 3, 2014
1 parent 6ada704 commit f358d10
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h4 class="arial no-margin font-size-12">{[{ part.programmer_screenname }]}</h4>
<span>received<span class="green-text"> {[{ activity.payment.currency }]} {[{ part.price }]}</span></span>
</div>
</div>
<div ng-repeat-end ng-if="!$last" class="vgap-15"><!-- Vertical Gap 15px --></div>
<div ng-repeat-end ng-show="!$last" class="vgap-15"><!-- Vertical Gap 15px --></div>
<ul>
<li ng-repeat="part in activity.payment.parts">
<img ng-src="{[{part.programmer_image}]}"> {[{ part.programmer_screenname }]}: {[{ activity.payment.currency }]} {[{ part.price }]}
Expand All @@ -313,11 +313,11 @@ <h4 class="arial no-margin font-size-12">{[{ part.programmer_screenname }]}</h4>
Unknown activity: {[{activity.action }]}
</div>
</div>
<div ng-if="!$last" class="vgap-15"><!-- Vertical Gap 15px --></div>
<div class="vgap-15"><!-- Vertical Gap 15px --></div>
</div>
<div ng-show="loading"><img src="/static/img2/ajax-loader.gif"></div>
<div ng-show="show_more()">
<a href ng-click="more()" class="fs-button grey medium">More...</a>
<a href ng-click="more()" class="fs-button grey">More...</a>
</div>


Expand Down

0 comments on commit f358d10

Please sign in to comment.