aboutsummaryrefslogtreecommitdiff
path: root/src/html/report_link.html.tt
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/report_link.html.tt')
-rwxr-xr-xsrc/html/report_link.html.tt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/html/report_link.html.tt b/src/html/report_link.html.tt
new file mode 100755
index 0000000..6013114
--- /dev/null
+++ b/src/html/report_link.html.tt
@@ -0,0 +1,5 @@
+{{ if path -}}
+<a href="../{path}">{name}</a>
+{{- else -}}
+{name}
+{{- endif}} \ No newline at end of file