emile 2 days ago
parent 66b797aa9a
commit 6a85b156e5

@ -493,7 +493,11 @@
</td>
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">
<p class="text-secondosiblue">{{service.recurring}}</p>
{% if service.recurring %}
<span class="inline-block w-5 h-5 bg-green-500 text-white text-xs font-bold rounded-full leading-5"></span>
{% else %}
<span class="inline-block w-5 h-5 bg-red-500 text-white text-xs font-bold rounded-full leading-5"></span>
{% endif %}
</td>

Loading…
Cancel
Save