mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
update button person ressource creation
This commit is contained in:
parent
7988becc45
commit
873258fc84
@ -89,8 +89,8 @@
|
|||||||
<ul class="record_actions sticky-form-buttons">
|
<ul class="record_actions sticky-form-buttons">
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ chill_path_add_return_path('chill_person_resource_new', {'person_id': person.id,}) }}"
|
<a href="{{ chill_path_add_return_path('chill_person_resource_new', {'person_id': person.id,}) }}"
|
||||||
class="btn btn-sm btn-new"
|
class="btn btn-new"
|
||||||
title="{{ 'Create'|trans }}">{{ 'Add a person resource'|trans }}</a>
|
title="{{ 'Create'|trans }}">{{ 'Create'|trans }}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user