mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Make group section use button instead of plain links
This commit is contained in:
parent
3fb45aae20
commit
06bb3b0320
@ -88,9 +88,11 @@
|
||||
{{ ctrans('texts.you_might_be_interested_in_following') }}:
|
||||
</p>
|
||||
|
||||
@foreach($subscription->service()->getPlans() as $_subscription)
|
||||
<a class="block hover:underline" target="_blank" href="{{ route('client.subscription.purchase', $_subscription->hashed_id) }}">{{ $_subscription->name }}</a>
|
||||
@endforeach
|
||||
<div class="mt-4 space-x-2">
|
||||
@foreach($subscription->service()->getPlans() as $_subscription)
|
||||
<a class="border mt-4 bg-white rounded py-2 px-4 hover:bg-gray-100" target="_blank" href="{{ route('client.subscription.purchase', $_subscription->hashed_id) }}">{{ $_subscription->name }}</a>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user