Merge branch 'master' into build-ng

This commit is contained in:
Eelco Dolstra
2015-07-06 17:17:51 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -380,6 +380,8 @@ BLOCK renderShortEvalInput;
r[% input.revision %]
[% ELSIF input.type == "git" %]
<tt>[% input.revision.substr(0, 7) %]</tt>
[% ELSIF input.type == "hg" %]
<tt>[% input.revision.substr(0, 12) %]</tt>
[% ELSIF input.type == "build" || input.type == "sysbuild" %]
<a href="[% c.uri_for('/build' input.get_column('dependency')) %]">[% input.get_column('dependency') %]</a>
[% ELSE %]