summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlmemsummary.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmlmemsummary.tpl')
-rw-r--r--templates/html/htmlmemsummary.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/html/htmlmemsummary.tpl b/templates/html/htmlmemsummary.tpl
new file mode 100644
index 0000000..6b7481e
--- /dev/null
+++ b/templates/html/htmlmemsummary.tpl
@@ -0,0 +1,7 @@
+{% if memberListInfo %}
+ {% if memberListInfo.members|length>0 %}
+ {% if not first %} | {% endif %}
+ <a href="#{{ memberListInfo.anchor }}">{{ memberListInfo.title }}</a>
+ {% set first=False %}
+ {% endif %}
+{% endif %}