mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
changed new button, fixed mobile scaling
This commit is contained in:
@@ -6,14 +6,6 @@
|
||||
|
||||
|
||||
<div class="table-container">
|
||||
{% if create_url %}
|
||||
<a href="{% url create_url %}">
|
||||
<button class="btn btn-primary float-right">{% trans 'New' %} <i class="fal fa-plus-circle"></i>
|
||||
</button>
|
||||
</a>
|
||||
{% endif %}
|
||||
</h3>
|
||||
|
||||
{% block table %}
|
||||
<table {% render_attrs table.attrs class="table" %}>
|
||||
{% block table.thead %}
|
||||
|
||||
Reference in New Issue
Block a user