release 1.14 (#2498)

This commit is contained in:
Kevin Papst
2021-04-11 14:11:09 +02:00
committed by GitHub
parent af9dea9226
commit 8664d94ea6
13 changed files with 50 additions and 18 deletions

View File

@@ -33,7 +33,7 @@
{% for activity in activities %}
<tr class="{{ widgets.class_activity_row(activity, now) }}">
<td>{{ widgets.label_activity(activity) }}</td>
<td class="hidden-xs">{{ activity.comment|comment1line(false) }}</td>
<td class="hidden-xs">{{ activity.comment|comment1line(not app.user.smallLayout) }}</td>
<td class="w-min text-center">{{ widgets.label_visible(activity.visible) }}</td>
<td class="w-min text-center">{{ widgets.badge_team_access(activity.teams) }}</td>
<td class="actions">{{ actions.activity(activity, 'custom') }}</td>