aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/model_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'webface/templates/model_view.html')
-rw-r--r--webface/templates/model_view.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/webface/templates/model_view.html b/webface/templates/model_view.html
index 5d307c7..6062f33 100644
--- a/webface/templates/model_view.html
+++ b/webface/templates/model_view.html
@@ -1,7 +1,13 @@
{{# partial content}}
-<h1 style="margin-bottom: 0.1em;">{{ model_name }}</h1>
+<h1 style="margin-bottom: 0.1em;">
+ <a href="/m/{{namespace}}/" style="color: black; text-decoration: none;">
+ {{ namespace }}</a>/{{ model_name }}
+</h1>
<span style="font-size: 0.9em;">
+{{# if editable }}
<a href="edit/">edit</a> -
+{{/if }}
+<a href="markdown/">markdown</a> -
<a href="raw/">modelica</a> -
<a href="repr/?format=scheme">scheme</a> -
<a href="repr/?format=javascript">javascript</a> -