summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Flink <tflink@fedoraproject.org>2015-10-13 02:05:47 +0000
committerTim Flink <tflink@fedoraproject.org>2015-10-13 02:05:47 +0000
commit4bd302ea00b4fd106674d853ea5b1f05ab98846a (patch)
tree530edeecaf2494c2236d0af77184e3a078e77899
parent245ea222866906fc8386f6a756f214e0c77914cc (diff)
we aren't deploying fakefedorainfra anymore, remove it from frontpage
-rw-r--r--roles/taskotron/taskotron-frontend/templates/landingpage.html.j23
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/taskotron/taskotron-frontend/templates/landingpage.html.j2 b/roles/taskotron/taskotron-frontend/templates/landingpage.html.j2
index 9a40e496d..40f444de5 100644
--- a/roles/taskotron/taskotron-frontend/templates/landingpage.html.j2
+++ b/roles/taskotron/taskotron-frontend/templates/landingpage.html.j2
@@ -81,9 +81,6 @@
<li><a href="/taskmaster/waterfall">Recently Executed Tasks</a></li>
<li><a href="https://fedoraproject.org/wiki/Taskotron/Tasks">Information about Taskotron Tasks (and help for reading their output)</a></li>
<li><a href="/{{ resultsdb_fe_endpoint }}/jobs">Browse Task Results</a></li>
- {% if deployment_type in ['dev', 'stg', 'local'] %}
- <li><a href="/{{ fakefedorainfra_endpoint }}/boji/comments">Simulated Bodhi Comments (bodhi comments are not made in dev or stg)</a></li>
- {% endif %}
</ul>
</div>