layout of show and list

- remove attendee from list
- multiple case in show + layout
This commit is contained in:
2015-07-05 23:45:49 +02:00
parent 943032a918
commit 7f367a857e
3 changed files with 5 additions and 4 deletions

View File

@@ -28,7 +28,6 @@
<th>{{'Duration Time' | trans }}</th>
<th>{{'Reason' | trans}}</th>
<th>{{'Type' | trans}}</th>
<th>{{'Attendee' | trans }}</th>
<th></th>
<th></th>
</tr>
@@ -40,7 +39,6 @@
<td>{{ activity.durationTime|date('H:i') }}</td>
<td>{{ activity.reason.name | localize_translatable_string }}</td>
<td>{{ activity.type.name | localize_translatable_string }}</td>
<td>{{ activity.attendee }}</td>
<td>
<a href="{{ path('chill_activity_activity_show', { 'id': activity.id, 'person_id': person.id }) }}">{{ 'Show the activity' | trans }}</a>
</td>