style the commit message, get right status icon
This commit is contained in:
parent
b02165f0f2
commit
6a80f03537
|
@ -78,6 +78,16 @@
|
||||||
margin-right: .3em
|
margin-right: .3em
|
||||||
font-weight: 600
|
font-weight: 600
|
||||||
|
|
||||||
|
.repo-main-description
|
||||||
|
.body
|
||||||
|
display: block
|
||||||
|
font-size: 12px
|
||||||
|
font-family: Monaco, 'Liberation Mono', Courier, monospace
|
||||||
|
margin-top: 0.6em
|
||||||
|
overflow: hidden
|
||||||
|
word-break: break-word
|
||||||
|
white-space: pre-wrap
|
||||||
|
|
||||||
.repo-main-author
|
.repo-main-author
|
||||||
img
|
img
|
||||||
width: 21px
|
width: 21px
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
<section class="tile tile--pass row" {{!-- id="new-summary" --}}>
|
<section class="tile tile--pass row" {{!-- id="new-summary" --}}>
|
||||||
<div class="tile-status">
|
<div class="tile-status">
|
||||||
<span class="icon icon-status passed"></span>
|
<span {{bind-attr class=":icon :icon-status build.state"}}></span>
|
||||||
<span {{bind-attr class=":request-kind build.eventType :icon"}}></span>
|
<span {{bind-attr class=":request-kind build.eventType :icon"}}></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,7 @@
|
||||||
<div class="repo-header-icons">
|
<div class="repo-header-icons">
|
||||||
<a {{bind-attr href="controller.urlGithub"}}><span class="icon icon--github-circle"></span></a>
|
<a {{bind-attr href="controller.urlGithub"}}><span class="icon icon--github-circle"></span></a>
|
||||||
<a href="#" id="status-image-popup" name="status-images" class="open-popup" {{action "statusImages" target=view}}>
|
<a href="#" id="status-image-popup" name="status-images" class="open-popup" {{action "statusImages" target=view}}>
|
||||||
{{!-- <img {{bind-attr src="view.statusImageUrl"}} title="Build Status Images"/> --}}
|
<img {{bind-attr src="view.statusImageUrl"}} title="Build Status Images"/>
|
||||||
<img src="https://travis-ci.org/travis-ci/travis-images-specs.svg" alt="">
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p class="description">{{description}}</p>
|
<p class="description">{{description}}</p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user