mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-23 17:18:44 +02:00
feat: use proper cotton boolean for removing padding on empty msg
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<c-msg.empty title="{% translate "No account groups" %}" :remove-padding="True"></c-msg.empty>
|
<c-msg.empty title="{% translate "No account groups" %}" remove-padding></c-msg.empty>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<c-msg.empty title="{% translate "No accounts" %}" :remove-padding="True"></c-msg.empty>
|
<c-msg.empty title="{% translate "No accounts" %}" remove-padding></c-msg.empty>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<c-msg.empty title="{% translate "No categories" %}" :remove-padding="True"></c-msg.empty>
|
<c-msg.empty title="{% translate "No categories" %}" remove-padding></c-msg.empty>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
<p class="tw-text-gray-500">{{ subtitle }}</p>
|
<p class="tw-text-gray-500">{{ subtitle }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<c-msg.empty title="{% translate "No currencies" %}" :remove-padding="True"></c-msg.empty>
|
<c-msg.empty title="{% translate "No currencies" %}" remove-padding></c-msg.empty>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -121,7 +121,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<c-msg.empty
|
<c-msg.empty
|
||||||
title="{% translate 'No entries for this DCA' %}"
|
title="{% translate 'No entries for this DCA' %}"
|
||||||
subtitle="{% translate "Try adding one" %}" :remove-padding="True"></c-msg.empty>
|
subtitle="{% translate "Try adding one" %}" remove-padding></c-msg.empty>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<c-msg.empty title="{% translate "No exchange rates" %}" :remove-padding="True"></c-msg.empty>
|
<c-msg.empty title="{% translate "No exchange rates" %}" remove-padding></c-msg.empty>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page_obj.has_other_pages %}
|
{% if page_obj.has_other_pages %}
|
||||||
|
|||||||
@@ -73,6 +73,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<c-msg.empty title="{% translate "No installment plans" %}" :remove-padding="True"></c-msg.empty>
|
<c-msg.empty title="{% translate "No installment plans" %}" remove-padding></c-msg.empty>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -109,6 +109,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<c-msg.empty title="{% translate "No recurring transactions" %}" :remove-padding="True"></c-msg.empty>
|
<c-msg.empty title="{% translate "No recurring transactions" %}" remove-padding></c-msg.empty>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<c-msg.empty title="{% translate "No rules" %}" :remove-padding="True"></c-msg.empty>
|
<c-msg.empty title="{% translate "No rules" %}" remove-padding></c-msg.empty>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<c-msg.empty title="{% translate "No tags" %}" :remove-padding="True"></c-msg.empty>
|
<c-msg.empty title="{% translate "No tags" %}" remove-padding></c-msg.empty>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user