modif wording + ajout bouton 'back to the list'

This commit is contained in:
nobohan 2018-06-05 16:28:20 +02:00
parent 7ae56a6747
commit bae3904b1d
2 changed files with 8 additions and 3 deletions

View File

@ -33,8 +33,8 @@ User: Utilisateur
'End': 'Échéance'
'Task type': 'Type'
'Task status': 'Statut'
'Edit the task': 'Éditer la tâche'
'Edit task': 'Éditer la tâche'
'Edit the task': 'Modifier la tâche'
'Edit task': 'Modifier la tâche'
'Save task': 'Enregistrer la tâche'
'View the task': 'Voir la tâche'
'Update the task': 'Mettre à jour la tâche'

View File

@ -36,7 +36,12 @@
<ul class="record_actions sticky-form-buttons">
<li class="cancel">
<a href="{{ path('chill_task_single_task_show', { 'id': task.id } ) }}" class="sc-button bt-cancel">
<a class="sc-button bt-cancel" href="{{ path('chill_task_singletask_list', { 'person_id': person.id } ) }}">
{{ 'Back to the list'|trans }}
</a>
</li>
<li class="cancel">
<a href="{{ path('chill_task_single_task_show', { 'id': task.id } ) }}" class="sc-button">
{{ 'Cancel'|trans }}
</a>
</li>