Skip to content
Snippets Groups Projects

GUI tweaks

Merged Marko Ivancic requested to merge guitweaks into main
4 files
+ 57
18
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -36,13 +36,11 @@
<ul><li>{{ activity.getClientIpAddress|default(' / ') }}</li></ul>
<strong>{{ 'Information transfered to service'|trans }}</strong>
<ul>
{% for name, value in activity.getUser.getAttributes %}
<span class="label">
{{ name|trans }}: {{ value|join(', ') }}
</span>
{% endfor %}
</ul>
{% for name, value in activity.getUser.getAttributes %}
<span class="label">
{{ name|trans }}: {{ value|join(', ') }}
</span>
{% endfor %}
</div>
</td>
</tr>
Loading