Fix entering of docker file folders manually, and show the linked docker file in the build trigger view

This commit is contained in:
Joseph Schorr 2014-02-25 00:19:38 -05:00
parent ef02e769fb
commit def56c971c
4 changed files with 13 additions and 5 deletions

View file

@ -2,6 +2,13 @@
<span ng-switch-when="github">
<i class="fa fa-github fa-lg" style="margin-right: 6px" title="GitHub" bs-tooltip="tooltip.title"></i>
Push to GitHub repository <a href="https://github.com/{{ trigger.config.build_source }}" target="_new">{{ trigger.config.build_source }}</a>
<div style="margin-top: 4px; margin-left: 26px; font-size: 12px; color: gray;">
<span ng-if="trigger.config.subdir">Dockerfile:
<a href="https://github.com/{{ trigger.config.build_source }}/tree/master/{{ trigger.config.subdir }}/Dockerfile" target="_blank">
//{{ trigger.config.subdir }}/Dockerfile
</a>
</span>
</div>
</span>
<span ng-switch-default>
Unknown