mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
Improving UI
This commit is contained in:
@@ -3,11 +3,7 @@
|
||||
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
||||
|
||||
{% block personcontent -%}
|
||||
<h1>{{ "Activity"|trans }}</h1>
|
||||
|
||||
<a href="{{ path('chill_activity_activity_edit', { 'id': entity.id, 'person_id': person.id }) }}">
|
||||
<i class="fa fa-pencil"></i> {{ 'Edit the activity'|trans }}
|
||||
</a>
|
||||
<h2 class="chill-red">{{ "Activity"|trans }}</h1>
|
||||
|
||||
<dl>
|
||||
<dt class="inline">{{ 'Person'|trans }}</dt>
|
||||
@@ -34,9 +30,7 @@
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<a href="{{ path('chill_activity_activity_edit', { 'id': entity.id, 'person_id': person.id }) }}">
|
||||
<a class="sc-button bt-update" href="{{ path('chill_activity_activity_edit', { 'id': entity.id, 'person_id': person.id }) }}">
|
||||
<i class="fa fa-pencil"></i> {{ 'Edit the activity'|trans }}
|
||||
</a>
|
||||
|
||||
{# {{ form(delete_form) }} #}
|
||||
{% endblock personcontent %}
|
||||
|
Reference in New Issue
Block a user