summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrii-Moshenskyi <andrii.moshenskyi@gmail.com>2021-01-22 23:06:13 +0200
committerAndrii-Moshenskyi <andrii.moshenskyi@gmail.com>2021-01-22 23:06:13 +0200
commitbdd8ab00719f7521600c908fe11ff8ffe5847339 (patch)
tree31816527c8481a890fa5cf4c4fcfd1bb2871bf4c /templates
parentcd5d5280ca954a14fcb1aea60db835881235a2d9 (diff)
downloadcommunity.vyos.net-bdd8ab00719f7521600c908fe11ff8ffe5847339.tar.gz
community.vyos.net-bdd8ab00719f7521600c908fe11ff8ffe5847339.zip
Remove "Report a bug" menu item
Diffstat (limited to 'templates')
-rw-r--r--templates/main.html1
-rw-r--r--templates/menu.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/main.html b/templates/main.html
index adff98c..767ce39 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -29,7 +29,6 @@
<div class="header__links-side">
<a href="/get">GET VYOS</a>
<a href="/contribute">CONTRIBUTE</a>
- <a href="/test">TEST AND REPORT A BUG</a>
<a href="http://vyos.io">COMMERCIAL SERVICES</a>
</div>
</div>
diff --git a/templates/menu.html b/templates/menu.html
index 6acb1a9..6ec3ed3 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -1,6 +1,5 @@
<nav>
<a href="/download">Get VyOS</a>
<a href="/contribute">Contribute</a>
- <a href="https://phabricator.vyos.net">Report a bug</a>
<a href="https://vyos.io">Commercial services</a>
</nav>