diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2014-10-10 21:59:29 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2014-10-10 21:59:29 +0000 |
| commit | aa6c59849765da3fed10c3a7ddef8dc77a024f9c (patch) | |
| tree | 17c26fea625e5907de7f6b10d0c52c4515dca4f7 | |
| parent | c01e57be40a03958e958c68c79aa38b36c5e8291 (diff) | |
changing wording of new link on taskotron landing page
| -rw-r--r-- | roles/taskotron/taskotron-frontend/templates/landingpage.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/taskotron/taskotron-frontend/templates/landingpage.html.j2 b/roles/taskotron/taskotron-frontend/templates/landingpage.html.j2 index a686849c1..c11d3d085 100644 --- a/roles/taskotron/taskotron-frontend/templates/landingpage.html.j2 +++ b/roles/taskotron/taskotron-frontend/templates/landingpage.html.j2 @@ -84,7 +84,7 @@ <div class="panel radius" id="main-info"> <ul> <li><a href="/taskmaster/waterfall">Recently Executed Tasks</a></li> - <li><a href="https://fedoraproject.org/wiki/Taskotron/Tasks">Information about (and help reading output of) Taskotron Tasks</a></li> + <li><a href="https://fedoraproject.org/wiki/Taskotron/Tasks">Information about Taskotron Tasks (and help reading output of)</a></li> <li><a href="/{{ resultsdb_endpoint }}/jobs">Browse Task Results</a></li> {% if deployment_type == 'dev' or deployment_type == 'stg' %} <li><a href="/{{ fakefedorainfra_endpoint }}/boji/comments">Simulated Bodhi Comments (bodhi comments are not made in dev or stg)</a></li> |
