We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa940c4 commit 17eeed0Copy full SHA for 17eeed0
templates/build.crotmp
@@ -11,13 +11,19 @@
11
</div>
12
<div class="notification is-success is-light" id="notification"></div>
13
<div class="panel-block">
14
- <form method="post" id="form01">
15
- <div cass="field">
16
<?.group_vars>
+ <div class="grid">
17
<@group_vars: $g>
18
- <a href="<.http-root>/build/project/<.project>?group=<$g>" ><$g></a><br>
+ <div class="cell">
+ <a href="<.http-root>/build/project/<.project>?group=<$g>" >
19
+ <$g>
20
+ </a>
21
+ </div>
22
</@>
23
24
</?>
25
+ <form method="post" id="form01">
26
+ <div cass="field">
27
<?.render-vars>
28
<@vars: $i>
29
<div class="control">
0 commit comments