Add include file for group display.
[demoscenemusic.git] / src / main / resources / templates / include / admin.group
diff --git a/src/main/resources/templates/include/admin.group b/src/main/resources/templates/include/admin.group
new file mode 100644 (file)
index 0000000..9deb55a
--- /dev/null
@@ -0,0 +1 @@
+<a href="admin.edit-group?id=<%group.id|html>"><%ifnull group.shortName><%group.name|html><%else><span title="<%group.name|html>"><%group.shortName|html></span><%/if></a>
\ No newline at end of file