mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 03:19:43 +00:00
template fixes and controller fixes for household budget
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
background-color: #e03851;
|
||||
}
|
||||
.budget-table th.resource {
|
||||
background-color: #5ba1c1;
|
||||
background-color: #6d9e63;
|
||||
}
|
||||
.budget-table th, td {
|
||||
padding: 10px;
|
||||
@@ -215,7 +215,7 @@
|
||||
</div>
|
||||
|
||||
{% if is_granted('CHILL_BUDGET_ELEMENT_CREATE', person) %}
|
||||
<ul class="record_actions">
|
||||
<ul class="record_actions sticky-form-buttons">
|
||||
<li>
|
||||
<a class="btn btn-create" href="{{ path('chill_budget_resource_new', { 'id': person.id} ) }}">{{ 'Create new resource'|trans }}</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user