Skip to content

Commit 99070c1

Browse files
author
OpenShift Bot
authored
Merge pull request openshift#991 from jhadvig/missing-colon
Merged by openshift-bot
2 parents 35b2323 + 50a7182 commit 99070c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/browse/build-config.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h2>No builds.</h2>
273273
<h4>{{imageSource.from | imageObjectRef : buildConfig.metadata.namespace}}</h4>
274274
<dl class="dl-horizontal left">
275275
<div class="is-item-description">
276-
<dt>Paths</dt>
276+
<dt>Paths:</dt>
277277
<div ng-repeat="(source, destination) in imageSourcesPaths[$index]" class="image-source-paths">
278278
<dd><span class="source-path">{{source}}</span><i class="fa fa-long-arrow-right"></i><span class="destination-dir">{{destination}}</span></dd>
279279
</div>

dist/scripts/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
19501950
"<h4>{{imageSource.from | imageObjectRef : buildConfig.metadata.namespace}}</h4>\n" +
19511951
"<dl class=\"dl-horizontal left\">\n" +
19521952
"<div class=\"is-item-description\">\n" +
1953-
"<dt>Paths</dt>\n" +
1953+
"<dt>Paths:</dt>\n" +
19541954
"<div ng-repeat=\"(source, destination) in imageSourcesPaths[$index]\" class=\"image-source-paths\">\n" +
19551955
"<dd><span class=\"source-path\">{{source}}</span><i class=\"fa fa-long-arrow-right\"></i><span class=\"destination-dir\">{{destination}}</span></dd>\n" +
19561956
"</div>\n" +

0 commit comments

Comments
 (0)