Index: Tools/GardeningServer/ui/ct-commit.html |
diff --git a/Tools/GardeningServer/ui/ct-commit.html b/Tools/GardeningServer/ui/ct-commit.html |
index 2b36ecae61ae58a4b5273bef4c9157fbac79f34d..94f3f53d390fe18415fb940004244c157b369392 100644 |
--- a/Tools/GardeningServer/ui/ct-commit.html |
+++ b/Tools/GardeningServer/ui/ct-commit.html |
@@ -32,6 +32,6 @@ found in the LICENSE file. |
border-bottom: 5px solid white; |
} |
</style> |
- <a href="{{ data.url }}">{{ data.revision }}</a> {{ data.summary }} <em>{{ data.author }}</em> |
+ <a href="{{ data.url }}">{{ data.repository }}:{{ data.revision }}</a> {{ data.summary }} <em>{{ data.author }}</em> |
</template> |
</polymer-element> |