Skip to content

Commit e997230

Browse files
committed
tag-detail.html: Show docker pull cmd in code font
I think it looks better.
1 parent 2db13dd commit e997230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/tag/tag-detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ <h1>
2626

2727
</h1>
2828

29-
<div class="well">
29+
<div class="well"><code>
3030
docker pull {{registryHost.host}}<span ng-if="registryHost.port != 80 && registryHost.port != 443">:{{registryHost.port}}</span>/{{repository}}:{{tagName}}
31-
</div>
31+
</code></div>
3232

3333
<image-details></image-details>

0 commit comments

Comments
 (0)