Show edit action for client service subscriptions

This commit is contained in:
A R R R Associates
2026-08-05 15:20:03 +05:30
parent 6a6ca2a4a7
commit 8bf409049b
2 changed files with 13 additions and 4 deletions
@@ -90,10 +90,18 @@
</span>
</td>
<td class="px-4 py-3 text-right text-sm">
<a href="/services/subscriptions/{{ plan.id }}"
class="font-medium text-brand-700 hover:underline">
View
</a>
<div class="inline-flex items-center gap-3">
<a href="/services/subscriptions/{{ plan.id }}"
class="font-medium text-brand-700 hover:underline">
View
</a>
{% if can_edit_subscription %}
<a href="/services/subscriptions/{{ plan.id }}/edit"
class="font-medium text-brand-700 hover:underline">
Edit
</a>
{% endif %}
</div>
</td>
</tr>
{% else %}