add new current classes to jobs template
This commit is contained in:
parent
567c8d5e90
commit
01f00f08aa
|
@ -38,12 +38,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="branch" {{bind-attr title="job.commit.branch"}}>
|
<div class="mainline">
|
||||||
{{job.commit.branch}}
|
<div class="branch" {{bind-attr title="job.commit.branch"}}>
|
||||||
</div>
|
{{job.commit.branch}}
|
||||||
|
</div>
|
||||||
<div class="subject">
|
<div class="subject">
|
||||||
- {{format-message job.commit.subject repoBinding=job.repo}}
|
- {{format-message job.commit.subject repoBinding=job.repo}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<pre class="body">{{format-message job.commit.body repoBinding=job.repo pre=true}}</pre>
|
<pre class="body">{{format-message job.commit.body repoBinding=job.repo pre=true}}</pre>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user