This commit is contained in:
Eelco Dolstra 2008-11-05 23:37:23 +00:00
parent a77acc2a4f
commit 9894b10131
2 changed files with 6 additions and 2 deletions

View file

@ -36,6 +36,10 @@ __PACKAGE__->belongs_to(
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-05 23:48:14
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wqjRb/WbGiyFTBcu8QId3Q
__PACKAGE__->belongs_to(
"build",
"HydraFrontend::Schema::Builds",
{ id => "inputid" },
);
# You can replace this text with custom content, and it will be preserved on regeneration
1;

View file

@ -65,7 +65,7 @@
<td><tt>[% input.type %]</tt></td>
<td>
[% IF input.type == "build" %]
<a href="[% c.uri_for('/build' input.inputid) %]">Build [% input.inputid %]</a>
<a href="[% c.uri_for('/build' input.inputid) %]">Job <tt>[% input.build.project %]:[% input.build.attrname %]</tt> build [% input.inputid %]</a>
[% ELSE %]
<tt>[% input.uri %]</tt>
[% END %]