From e7df1758ec16304e5ac7c053692c09eba99f30a8 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Thu, 22 Nov 2018 12:54:50 +0000 Subject: [PATCH] Add toggle for references column. --- sourcing/templates/view.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/sourcing/templates/view.html b/sourcing/templates/view.html index a18e9d5..875fd0d 100644 --- a/sourcing/templates/view.html +++ b/sourcing/templates/view.html @@ -101,8 +101,10 @@

Revision as of {{ version.modified.strftime('%H:%M, %d %B %Y') }}

{% endif %} +

hide references

+
-
+
{% if doc.type == 'xanadoc' %}

Edit Decision List (EDL)

@@ -161,7 +163,7 @@ {% endif %}
-
+

References

{% if subject_count %}

There are {{ subject_count }} documents that refer to this {{ doc.type }}.

@@ -204,6 +206,23 @@ {% endblock %}