Browse Source

fill in the "Load More" links for plan linkages

pull/120/head
Trent Larson 3 months ago
parent
commit
a3b0993855
  1. 8
      src/views/ProjectViewView.vue

8
src/views/ProjectViewView.vue

@ -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>

Loading…
Cancel
Save