style the commit message, get right status icon
This commit is contained in:
parent
b02165f0f2
commit
6a80f03537
|
@ -78,6 +78,16 @@
|
|||
margin-right: .3em
|
||||
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
|
||||
img
|
||||
width: 21px
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{{else}}
|
||||
<section class="tile tile--pass row" {{!-- id="new-summary" --}}>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
<div class="repo-header-icons">
|
||||
<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}}>
|
||||
{{!-- <img {{bind-attr src="view.statusImageUrl"}} title="Build Status Images"/> --}}
|
||||
<img src="https://travis-ci.org/travis-ci/travis-images-specs.svg" alt="">
|
||||
<img {{bind-attr src="view.statusImageUrl"}} title="Build Status Images"/>
|
||||
</a>
|
||||
</div>
|
||||
<p class="description">{{description}}</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user