aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates/start_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyenc/templates/start_page.html')
-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 %}