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>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</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>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@@ -374,7 +376,9 @@
|
|||||||
{{ plan.name }}
|
{{ plan.name }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user