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