forked from trent_larson/crowd-funder-for-time-pwa
fill in the "Load More" links for plan linkages
This commit is contained in:
@@ -354,7 +354,9 @@
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div v-if="fulfillersToHitLimit" class="text-center">Load More</div>
|
||||
<div v-if="givesProvidedByHitLimit" class="text-center">
|
||||
<button @click="loadGivesProvidedBy()">Load More</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
@@ -374,7 +376,9 @@
|
||||
{{ plan.name }}
|
||||
</button>
|
||||
</div>
|
||||
<div v-if="fulfillersToHitLimit" class="text-center">Load More</div>
|
||||
<div v-if="fulfillersToHitLimit" class="text-center">
|
||||
<button @click="loadPlanFulfillersTo()">Load More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user