Show edit action for client service subscriptions
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user