[Frontend] Tweaks to Load More results button

#70
This commit is contained in:
Charles Hacskaylo
2015-08-19 09:44:23 -07:00
parent 3a86f5e746
commit 7f65ba236c
3 changed files with 16 additions and 23 deletions

View File

@@ -105,10 +105,10 @@
<!-- Load more button -->
<div ng-if="controller.areMore()">
<button class="load-more-button btn very-subtle"
<a class="load-more-button btn very-subtle vsm"
ng-click="controller.loadMore()">
Load More
</button>
More Results
</a>
</div>
</div>