diff options
author | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-01-22 23:06:13 +0200 |
---|---|---|
committer | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-01-22 23:06:13 +0200 |
commit | bdd8ab00719f7521600c908fe11ff8ffe5847339 (patch) | |
tree | 31816527c8481a890fa5cf4c4fcfd1bb2871bf4c /templates | |
parent | cd5d5280ca954a14fcb1aea60db835881235a2d9 (diff) | |
download | community.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.html | 1 | ||||
-rw-r--r-- | templates/menu.html | 1 |
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> |