]> git.ipfire.org Git - people/jschlag/pbs.git/blob - data/templates/modules/maintainer.html
Remove all calls of escape().
[people/jschlag/pbs.git] / data / templates / modules / maintainer.html
1 {% if type == "string" %}
2 {{ format_email(maintainer) }}
3 {% elif type == "user" %}
4 <a href="/user/{{ maintainer.name }}">
5 {% if maintainer.is_admin() %}
6 <i class="icon-star"></i>
7 {% else %}
8 <i class="icon-user"></i>
9 {% end %}
10 {{ maintainer.realname }}
11 </a>
12 {% end %}