Skip to content

Commit

Permalink
Bug 1296553 - Make the revision link point directly to the log's job (#…
Browse files Browse the repository at this point in the history
…1797) r=emorley
  • Loading branch information
KWierso committed Aug 19, 2016
1 parent 3129b62 commit 08d452c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/logviewer.html
Expand Up @@ -88,7 +88,7 @@
<tr ng-repeat="property in logProperties">
<th ng-cloak>{{property.label}}</th>
<td ng-if="property.label == 'Revision'" class="break-word">
<a href="{{::property.value | getRevisionUrl:repoName}}"
<a href="{{::property.value | getRevisionUrl:repoName}}&selectedJob={{job_id}}"
title="Open resultset"
ng-cloak>{{property.value}}</a>
</td>
Expand Down

0 comments on commit 08d452c

Please sign in to comment.