fix jumping tab nav and remove weird git stuff
This commit is contained in:
parent
9f827dc472
commit
72fdfc20a2
|
@ -1,4 +1,4 @@
|
||||||
<<<<<<< HEAD
|
|
||||||
@mixin colorJobs($color, $color-bg)
|
@mixin colorJobs($color, $color-bg)
|
||||||
.job-id
|
.job-id
|
||||||
color: $color
|
color: $color
|
||||||
|
|
|
@ -68,10 +68,13 @@ $sb-font-size: 14px
|
||||||
&:after
|
&:after
|
||||||
transform: translateX(35%)
|
transform: translateX(35%)
|
||||||
display: inline-block
|
display: inline-block
|
||||||
a:hover
|
#tab_new
|
||||||
bottom: 0.05em
|
a:hover
|
||||||
.icon--plus:after
|
.icon--plus:after
|
||||||
color: $teal1
|
color: $teal1
|
||||||
|
&:after
|
||||||
|
bottom: 0.05em
|
||||||
|
|
||||||
|
|
||||||
.sidebar-list
|
.sidebar-list
|
||||||
margin-top: 1.4rem
|
margin-top: 1.4rem
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
|
|
||||||
{{#each job in view.jobs}}
|
{{#each job in view.jobs}}
|
||||||
{{#view 'jobs-item' context=job}}
|
{{#view 'jobs-item' context=job}}
|
||||||
<<<<<<< HEAD
|
|
||||||
<div {{bind-attr class=":tile :tile--jobs :row job.state" }}>
|
<div {{bind-attr class=":tile :tile--jobs :row job.state" }}>
|
||||||
{{#if job.config}}
|
{{#if job.config}}
|
||||||
{{#link-to "job" job.repo job}}
|
{{#link-to "job" job.repo job}}
|
||||||
|
@ -78,64 +77,6 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
=======
|
|
||||||
<div {{bind-attr class=":tile :tile--small :tile--jobs :row job.state" }}>
|
|
||||||
{{#link-to "job" repo job}}
|
|
||||||
|
|
||||||
<div class="tile-status tile-status--job">
|
|
||||||
<span {{bind-attr class=":icon :icon--job job.state"}}></span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p class="job-id build-status">
|
|
||||||
<span class="icon icon--hash"></span>
|
|
||||||
{{#if job.id}}
|
|
||||||
{{#if job.repo.slug}}
|
|
||||||
{{number}}
|
|
||||||
{{/if}}
|
|
||||||
{{/if}}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p {{bind-attr class=":job-os :build-os config.os"}}>
|
|
||||||
<span {{bind-attr class=":icon config.os"}}></span>
|
|
||||||
{{config.os}}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
{{#if view.languages}}
|
|
||||||
<p class="job-lang build-lang">
|
|
||||||
<span class="icon icon--lang"></span>
|
|
||||||
{{view.languages}}
|
|
||||||
</p>
|
|
||||||
{{else}}
|
|
||||||
<p class="job-lang build-lang is-empty">
|
|
||||||
<span class="icon icon--lang"></span>
|
|
||||||
no language set
|
|
||||||
</p>
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{#if config.env}}
|
|
||||||
<p class="job-env build-env">
|
|
||||||
<span class="icon icon--env"></span>
|
|
||||||
{{config.env}}
|
|
||||||
</p>
|
|
||||||
{{else}}
|
|
||||||
<p class="job-lang build-lang is-empty">
|
|
||||||
<span class="icon icon--env"></span>
|
|
||||||
no environments set
|
|
||||||
</p>
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
<p class="job-duration" {{bind-attr title="startedAt"}}>
|
|
||||||
<span class="icon icon--clock"></span>
|
|
||||||
{{format-duration duration}}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
{{!-- <p class="" {{bind-attr title="formattedFinishedAt"}}>
|
|
||||||
<span class="icon icon--cal"></span>
|
|
||||||
{{format-time finishedAt}}
|
|
||||||
</p> --}}
|
|
||||||
|
|
||||||
{{/link-to}}
|
|
||||||
>>>>>>> prepare and change jobs markup
|
|
||||||
</div>
|
</div>
|
||||||
{{/view}}
|
{{/view}}
|
||||||
{{!-- {{job.configKeys}} --}}
|
{{!-- {{job.configKeys}} --}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user