diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2015-10-13 02:05:47 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2015-10-13 02:05:47 +0000 |
| commit | 4bd302ea00b4fd106674d853ea5b1f05ab98846a (patch) | |
| tree | 530edeecaf2494c2236d0af77184e3a078e77899 | |
| parent | 245ea222866906fc8386f6a756f214e0c77914cc (diff) | |
we aren't deploying fakefedorainfra anymore, remove it from frontpage
| -rw-r--r-- | roles/taskotron/taskotron-frontend/templates/landingpage.html.j2 | 3 |
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> |
