aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates/start_page.html
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-03 16:24:08 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-03 16:24:08 +0200
commit57a283a5634d47f559557f966e64d621843e4035 (patch)
tree9a93ab9fe570ceb67ef01b963f084b5fa6d4c4c9 /pyenc/templates/start_page.html
parentwork (diff)
downloadpuppet-classifier-57a283a5634d47f559557f966e64d621843e4035.tar.gz
puppet-classifier-57a283a5634d47f559557f966e64d621843e4035.tar.xz
work
Diffstat (limited to '')
-rw-r--r--pyenc/templates/start_page.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyenc/templates/start_page.html b/pyenc/templates/start_page.html
index 8df08a3..268f7d1 100644
--- a/pyenc/templates/start_page.html
+++ b/pyenc/templates/start_page.html
@@ -19,6 +19,7 @@
<li>
<input id="{{ id }}" type="checkbox" name="cls" value="{{ cls.class_name }}"/>
<label for="{{ id }}">{{ cls.class_name }}</label>
+ <a style="float: right; padding-left: 1em" href="/api/file?path={{cls.comes_from.path}}">Soruce</a>
</li>
{% endwith %}
{% endfor %}