commit | a0cb92569a385d4a68b4370c0ad73bdff6f63c29 | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Thu Feb 12 17:53:31 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Thu Feb 12 17:53:31 2015 +0200 |
tree | 146d7d0ee6e58102b85b6f181a40dbf1a01778f2 | |
parent | 612159f1af3cf298f40ac7f90cd043261779066a [diff] |
link changed to build name
diff --git a/web_app/templates/index.html b/web_app/templates/index.html index 42df1a1..8098112 100644 --- a/web_app/templates/index.html +++ b/web_app/templates/index.html
@@ -16,10 +16,10 @@ {% for test in tests %} <tr> <td> - <a href="{{ test.url }} ">{{ test.type }}</a> + {{ test.type }} </td> <td> - {{ test.name }} + <a href="{{ test.url }} ">{{ test.name }}</a> </td> <td> {{ test.date }}