Merge pull request #388 from travis-ci/lp-no-builds
No builds/ not activated
This commit is contained in:
commit
79eb530270
|
@ -1,5 +1,21 @@
|
|||
`import Ember from 'ember'`
|
||||
`import Ajax from 'travis/utils/ajax'`
|
||||
`import config from 'travis/config/environment'`
|
||||
|
||||
NoBuildsComponent = Ember.Component.extend()
|
||||
NoBuildsComponent = Ember.Component.extend
|
||||
|
||||
actions:
|
||||
triggerBuild: () ->
|
||||
@set('isLoading', true)
|
||||
apiEndpoint = config.apiEndpoint
|
||||
$.ajax(apiEndpoint + "/v3/repo/#{@get('repo.repo.id')}/requests", {
|
||||
headers: {
|
||||
Authorization: 'token ' + @get('repo.auth')
|
||||
},
|
||||
type: "POST"
|
||||
}).then( =>
|
||||
@set('isLoading', false)
|
||||
# @transitionToRoute('repo')
|
||||
);
|
||||
|
||||
`export default NoBuildsComponent`
|
||||
|
|
5
app/components/not-active.coffee
Normal file
5
app/components/not-active.coffee
Normal file
|
@ -0,0 +1,5 @@
|
|||
`import Ember from 'ember'`
|
||||
|
||||
NotActiveComponent = Ember.Component.extend()
|
||||
|
||||
`export default NotActiveComponent`
|
|
@ -21,6 +21,23 @@ Controller = Ember.ArrayController.extend
|
|||
@get('tab') != 'branches' and parseInt(@get('lastObject.number')) > 1
|
||||
).property('tab', 'lastObject.number')
|
||||
|
||||
displayPullRequests: (->
|
||||
if @get('tab') == 'pull_requests'
|
||||
if Ember.isEmpty(@get('repo.pullRequests.content'))
|
||||
true
|
||||
else
|
||||
false
|
||||
else
|
||||
false
|
||||
).property('tab', 'repo.builds', 'repo.pullRequests')
|
||||
|
||||
things: (->
|
||||
return {
|
||||
repo: @get('repo'),
|
||||
auth: @auth.token()
|
||||
}
|
||||
).property('repo')
|
||||
|
||||
olderThanNumber: (id, number, type) ->
|
||||
options = { repository_id: id, after_number: number }
|
||||
if type?
|
||||
|
@ -32,4 +49,5 @@ Controller = Ember.ArrayController.extend
|
|||
showMoreBuilds: ->
|
||||
@showMore()
|
||||
|
||||
|
||||
`export default Controller`
|
||||
|
|
|
@ -16,13 +16,9 @@
|
|||
|
||||
@import "app/main/list";
|
||||
@import "app/main/log";
|
||||
// @import "app/main/sponsors";
|
||||
@import "app/misc";
|
||||
@import "app/popup";
|
||||
// @import "app/pro";
|
||||
// @import "app/settings";
|
||||
|
||||
// @import "app/components/travis-switch";
|
||||
@import "app/components/sync-button";
|
||||
@import "app/components/loading-indicator";
|
||||
|
||||
|
@ -42,7 +38,6 @@
|
|||
@import "app/modules/forms";
|
||||
@import "app/modules/notice";
|
||||
|
||||
|
||||
@import "app/layout";
|
||||
@import "app/layouts/dashboard";
|
||||
@import "app/layouts/error";
|
||||
|
|
|
@ -1,62 +0,0 @@
|
|||
.settings-row
|
||||
margin-top: 20px
|
||||
|
||||
.settings-row,
|
||||
.short-settings-element
|
||||
& > *
|
||||
box-sizing: content-box
|
||||
|
||||
a.travis-switch
|
||||
margin: 0 10px 0 0
|
||||
|
||||
p.settings-row
|
||||
line-height: 30px
|
||||
|
||||
.travis-switch
|
||||
box-sizing: content-box
|
||||
position: relative
|
||||
display: inline-block
|
||||
float: left
|
||||
width: 5em
|
||||
height: 1.45em
|
||||
margin: 20px 0 50px 0
|
||||
padding: 0.42em 1.5em
|
||||
background-color: #F5F5F5
|
||||
border: 1px solid #E3E1E1
|
||||
border-radius: 4px
|
||||
line-height: 1.58em
|
||||
font-size: 12px
|
||||
color: #999999
|
||||
cursor: pointer
|
||||
text-align: right
|
||||
&:before
|
||||
content: ""
|
||||
position: absolute
|
||||
top: 2px
|
||||
left: 2px
|
||||
width: 3.5em
|
||||
height: 1.9em
|
||||
background: #e9e9e7
|
||||
border: 1px solid #d7d4d4
|
||||
border-radius: 2px
|
||||
|
||||
.travis-switch.active
|
||||
background-color: #607A83
|
||||
border-radius: 4px
|
||||
color: #ffffff
|
||||
font-weight: 600
|
||||
text-align: left
|
||||
&:before
|
||||
left: auto
|
||||
right: 2px
|
||||
border: 1px solid #9cafb5
|
||||
|
||||
span.on
|
||||
background-color: #607A83
|
||||
color: #fff
|
||||
font-weight: 800
|
||||
border-radius: 3px
|
||||
float: left
|
||||
|
||||
span.off
|
||||
float: right
|
|
@ -1,5 +0,0 @@
|
|||
#main
|
||||
.sponsor
|
||||
// float: left
|
||||
margin-top: 0
|
||||
color: #999
|
|
@ -1,169 +0,0 @@
|
|||
|
||||
.pro
|
||||
#log-container
|
||||
padding-bottom: 1.2em
|
||||
|
||||
.tip
|
||||
a
|
||||
text-decoration: underline
|
||||
p
|
||||
margin-top: 12px
|
||||
margin-bottom: 0px
|
||||
|
||||
#top
|
||||
li.stats
|
||||
display: none
|
||||
|
||||
// .profile
|
||||
// margin-right: 5px
|
||||
|
||||
.legal
|
||||
min-width: 110px
|
||||
ul
|
||||
margin-left: -20px
|
||||
a
|
||||
padding: 5px 35px
|
||||
|
||||
#github
|
||||
display: none
|
||||
|
||||
&#home #main
|
||||
padding-right: 30px
|
||||
|
||||
#repository .github-stats
|
||||
display: none
|
||||
|
||||
#empty
|
||||
font-size: $font-size-big
|
||||
|
||||
h2
|
||||
margin-bottom: 37px
|
||||
|
||||
ul
|
||||
list-style-type: disc
|
||||
padding-left: 18px
|
||||
|
||||
a
|
||||
text-decoration: underline
|
||||
|
||||
.sponsor
|
||||
display: none
|
||||
|
||||
&#profile #main
|
||||
.tabs .right
|
||||
float: right
|
||||
.tabs #tab_billing
|
||||
margin-right: 0
|
||||
|
||||
.activate,
|
||||
.activated
|
||||
position: absolute
|
||||
display: block
|
||||
right: 0
|
||||
margin: -54px 30px 0 0
|
||||
padding-right: 25px
|
||||
|
||||
&:before
|
||||
content: ""
|
||||
position: absolute
|
||||
top: 5px
|
||||
right: 7px
|
||||
width: 12px
|
||||
height: 12px
|
||||
|
||||
.activate:before
|
||||
background: inline-image('ui/activate.png') no-repeat 0 0
|
||||
background-position: 0px 5px
|
||||
height: 100%
|
||||
|
||||
.activate:hover:before,
|
||||
.activate:focus:before,
|
||||
.activate:active:before
|
||||
background-position: -12px 5px
|
||||
|
||||
.activated
|
||||
background: #44a057
|
||||
border: 0
|
||||
color: white
|
||||
|
||||
.activated:before
|
||||
background: url(/images/ui/activated.png) no-repeat 0 0
|
||||
|
||||
#running-jobs
|
||||
.jobs
|
||||
margin: 5px 0 5px
|
||||
.job
|
||||
list-style-type: disc
|
||||
list-style-position: inside
|
||||
.slug
|
||||
max-width: 150px
|
||||
overflow: hidden
|
||||
white-space: nowrap
|
||||
text-overflow: ellipsis
|
||||
display: inline-block
|
||||
display: -moz-inline-stack
|
||||
.group a
|
||||
cursor: pointer
|
||||
|
||||
#right
|
||||
padding-top: 13px
|
||||
padding-right: 20px
|
||||
padding-left: 20px
|
||||
color: $color-link
|
||||
h4
|
||||
margin: 24px 0 0
|
||||
ul
|
||||
@include resetul
|
||||
margin-top: 10px
|
||||
li
|
||||
word-wrap: break-word
|
||||
|
||||
.box
|
||||
margin-top: 25px
|
||||
margin-left: -3px
|
||||
padding: 15px
|
||||
border: 1px solid #e0e0e0
|
||||
background-color: $color-bg-sidebar-box
|
||||
|
||||
h4
|
||||
margin: 0
|
||||
a
|
||||
text-decoration: underline
|
||||
li
|
||||
list-style-type: square
|
||||
margin-left: 15px
|
||||
|
||||
#queues
|
||||
ul
|
||||
margin: 5px 0 5px
|
||||
|
||||
|
||||
#slider
|
||||
position: absolute
|
||||
height: 99%
|
||||
top: 12px
|
||||
left: 0
|
||||
width: 10px
|
||||
background-color: $color-bg-slider
|
||||
cursor: pointer
|
||||
background: transparent url(/images/ui/slider-closed.png) no-repeat 3px 38px
|
||||
border-top-left-radius: 4px
|
||||
|
||||
&:hover
|
||||
background-color: $color-border-slider-hover
|
||||
|
||||
#right .show-more-jobs
|
||||
text-decoration: underline
|
||||
cursor: pointer
|
||||
|
||||
#right
|
||||
background-color: $right-bg
|
||||
border-left: 1px solid $color-border-normal
|
||||
|
||||
#settings li.env-var span.name
|
||||
width: 210px
|
||||
|
||||
#settings li.env-var span.value
|
||||
max-width: 265px
|
||||
#settings
|
||||
min-width: 675px
|
|
@ -1,306 +0,0 @@
|
|||
#settings
|
||||
ul
|
||||
@include resetul
|
||||
|
||||
.settings-form
|
||||
margin: 30px 0 30px 0
|
||||
|
||||
p.short-settings-element
|
||||
display: inline-block
|
||||
vertical-align: middle
|
||||
margin: 0 10px 0 0
|
||||
float: left
|
||||
|
||||
label
|
||||
line-height: 30px
|
||||
|
||||
input
|
||||
display: inline-block
|
||||
float: left
|
||||
width: 60px
|
||||
height: 18px
|
||||
padding: 5px 18px 5px 18px
|
||||
background-color: #F5F5F5
|
||||
border: 1px solid #E3E1E1
|
||||
border-radius: 4px
|
||||
line-height: 19px
|
||||
font-size: 11px
|
||||
color: #999999
|
||||
text-align: center
|
||||
|
||||
.field.invalid
|
||||
input, textarea
|
||||
border-width: 1px
|
||||
border-color: #ffb6c1
|
||||
background: rgb(252, 227, 230)
|
||||
|
||||
form.env-var, form.ssh-key
|
||||
margin-top: 20px
|
||||
|
||||
.field
|
||||
padding-bottom: 10px
|
||||
clear: left
|
||||
@media screen and (min-width: 47em)
|
||||
clear: none
|
||||
.field:after
|
||||
visibility: hidden
|
||||
display: block
|
||||
font-size: 0
|
||||
content: " "
|
||||
clear: both
|
||||
height: 0
|
||||
|
||||
.travis-switch
|
||||
display: block
|
||||
|
||||
label
|
||||
display: inline-block
|
||||
|
||||
form.env-var
|
||||
label
|
||||
width: 40px
|
||||
label.value
|
||||
width: auto
|
||||
line-height: 1.9em
|
||||
.travis-switch.value
|
||||
font-size: 10px
|
||||
form.ssh-key
|
||||
span.error
|
||||
display: block
|
||||
margin-left: 76px
|
||||
label
|
||||
width: 73px
|
||||
label.value
|
||||
float: left
|
||||
textarea
|
||||
margin-left: 3px
|
||||
width: 580px
|
||||
height: 250px
|
||||
display: inline-block
|
||||
padding: 0 5px 0 5px
|
||||
background-color: #fff
|
||||
border: 1px solid #ddd
|
||||
line-height: 17px
|
||||
font-size: 13px
|
||||
color: #999999
|
||||
text-align: left
|
||||
|
||||
span.error
|
||||
display: inline-block
|
||||
margin-left: 10px
|
||||
color: #a80000
|
||||
|
||||
.env-var input[type=submit].saving, .ssh-key input[type=submit].saving,
|
||||
.env-var .delete-var.deleting, .delete-ssh-key.deleting
|
||||
background-color: #bbb
|
||||
background-image: inline-image('ui/round-spinner.svg')
|
||||
background-repeat: no-repeat
|
||||
background-position: center
|
||||
background-size: 20px
|
||||
text-indent: -9999px
|
||||
|
||||
.env-var-name
|
||||
span
|
||||
font-size: 18px
|
||||
font-weight: 600
|
||||
color: #5e6872
|
||||
|
||||
span.value.value-display
|
||||
font-size: 14px
|
||||
background-color: #efefdf
|
||||
border-radius: 4px
|
||||
padding: 0 10px 0 10px
|
||||
color: #838b8c
|
||||
font-family: monospace
|
||||
|
||||
span.value.value-display.secure
|
||||
background-image: inline-image('ui/secure.png')
|
||||
background-position: 8px center
|
||||
background-repeat: no-repeat
|
||||
background-size: 0.5em
|
||||
padding-left: 26px
|
||||
|
||||
.add-env-var, .add-ssh-key
|
||||
color: $white
|
||||
background-color: #97a3aa
|
||||
border-radius: 4px
|
||||
padding: 8px 12px 8px 12px
|
||||
margin-bottom: 20px
|
||||
font-size: 13px
|
||||
line-height: 55px
|
||||
cursor: pointer
|
||||
|
||||
.add-env-var:hover, .add-ssh-key:hover
|
||||
background-color: #7c878d
|
||||
|
||||
input
|
||||
display: inline-block
|
||||
width: 260px
|
||||
height: 20px
|
||||
padding: 0 5px 0 5px
|
||||
background-color: #fff
|
||||
border: 1px solid #ddd
|
||||
line-height: 17px
|
||||
font-size: 13px
|
||||
color: #999999
|
||||
text-align: left
|
||||
|
||||
form.env-var .actions
|
||||
margin-bottom: 35px
|
||||
|
||||
input.submit-env-var, input.submit-ssh-key
|
||||
color: #ffffff
|
||||
background-color: #7ea35a
|
||||
border-radius: 4px
|
||||
font-size: 13px
|
||||
width: 60px
|
||||
height: 32px
|
||||
text-align: center
|
||||
margin: 10px 6px 0 0
|
||||
cursor: pointer
|
||||
|
||||
.submit-env-var:hover, .submit-ssh-key:hover
|
||||
background-color: #6f924f
|
||||
|
||||
.cancel-env-var, .cancel-ssh-key
|
||||
margin-left: 3px
|
||||
|
||||
.cancel-env-var:hover, .cancel-ssh-key:hover
|
||||
text-decoration: underline
|
||||
|
||||
input[type="checkbox"]
|
||||
display: inline-block
|
||||
vertical-align: middle
|
||||
|
||||
.edit-var
|
||||
display: inline-block
|
||||
margin: 6px 10px 7px 0
|
||||
color: #ffffff
|
||||
background-color: #bcbcbb
|
||||
border-radius: 4px
|
||||
padding: 4px 15px 4px 15px
|
||||
font-size: 13px
|
||||
cursor: pointer
|
||||
|
||||
.edit-var:hover
|
||||
background-color: #a4a5a4
|
||||
|
||||
.delete-var, .delete-ssh-key
|
||||
display: inline-block
|
||||
margin: 6px 0 7px 0
|
||||
color: #ffffff
|
||||
background-color: #932828
|
||||
border-radius: 4px
|
||||
padding: 4px 15px 4px 15px
|
||||
font-size: 13px
|
||||
cursor: pointer
|
||||
|
||||
.delete-var:hover, .delete-ssh-key:hover
|
||||
background-color: #820b0b
|
||||
|
||||
form.env-var
|
||||
width: 100%
|
||||
margin-top: 20px
|
||||
margin-bottom: 30px
|
||||
border-bottom: 1px solid #f1f1f1
|
||||
|
||||
span.error
|
||||
margin-left: 0
|
||||
display: none
|
||||
|
||||
&.show
|
||||
display: inline-block
|
||||
|
||||
label.name, label.value
|
||||
display: none
|
||||
|
||||
label.public
|
||||
width: 80%
|
||||
|
||||
.field.name, .field.value
|
||||
float: left
|
||||
padding-bottom: 0
|
||||
min-height: 33px
|
||||
line-height: 2
|
||||
|
||||
span.equals
|
||||
float: left
|
||||
display: block
|
||||
line-height: 2
|
||||
margin: 0 10px 0 14px
|
||||
|
||||
.field.name
|
||||
margin-bottom: 10px
|
||||
input
|
||||
width: 97%
|
||||
.field.value
|
||||
width: 45%
|
||||
input
|
||||
width: 97%
|
||||
.actions
|
||||
margin-bottom: 10px
|
||||
clear: both
|
||||
|
||||
ul.env-vars
|
||||
display: block
|
||||
li.env-var
|
||||
margin: 10px 40px 0 0
|
||||
padding-bottom: 10px
|
||||
overflow: auto
|
||||
border-bottom: 1px solid #F1F1F1
|
||||
width: 100%
|
||||
|
||||
form.env-var
|
||||
margin-bottom: 6px
|
||||
border-bottom: none
|
||||
|
||||
.var
|
||||
font-size: 13px
|
||||
display: inline-block
|
||||
margin-right: 10px
|
||||
|
||||
.row
|
||||
.label
|
||||
display: inline-block
|
||||
border: 1px solid #ddd
|
||||
font-size: 13px
|
||||
margin-top: 4px
|
||||
height: 20px
|
||||
|
||||
.name,
|
||||
.value
|
||||
line-height: 20px
|
||||
position: relative
|
||||
font-size: 15px
|
||||
|
||||
.equals
|
||||
margin: 0 10px 0 14px
|
||||
|
||||
.name
|
||||
width: 250px
|
||||
text-align: left
|
||||
|
||||
.value
|
||||
display: block
|
||||
width: auto
|
||||
text-align: left
|
||||
max-width: 390px
|
||||
min-height: 25px
|
||||
padding: 7px 12px 3px
|
||||
|
||||
@media #{$medium-up}
|
||||
.value,
|
||||
.name
|
||||
display: inline-block
|
||||
vertical-align: middle
|
||||
|
||||
.field--switch
|
||||
display: inline-block
|
||||
vertical-align: middle
|
||||
label.public
|
||||
width: auto
|
||||
line-height: 1.8
|
||||
|
||||
.value--extra
|
||||
padding: 0 !important
|
||||
width: 250px !important
|
|
@ -3,7 +3,7 @@
|
|||
{{#each controller as |build|}}
|
||||
{{builds-item build=build}}
|
||||
{{else}}
|
||||
{{no-builds}}
|
||||
{{no-builds repo=things isPR=displayPullRequests}}
|
||||
{{/each}}
|
||||
{{#if displayShowMoreButton}}
|
||||
<p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div class="profile-hooks profile-switch">
|
||||
{{hook-switch hook=hook onToggleError="handleToggleError" onToggle="resetErrors"}}
|
||||
{{#if hook.isSaving}}
|
||||
{{loading-indicator}}
|
||||
{{loading-indicator inline=true}}
|
||||
{{else}}
|
||||
{{#link-to "settings" hook.ownerName hook.name class="profile-settings" title="Repository settings"}}<span class="icon icon--cog"></span>{{/link-to}}
|
||||
{{/if}}
|
||||
|
|
|
@ -2,62 +2,77 @@
|
|||
<figure class="page-graphic">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 220.5 161.9" enable-background="new 0 0 220.5 161.9" xml:space="preserve">
|
||||
<path fill="#F1EFEF" d="M186.4,161.9c11.4-16.5,18.1-36.5,18.1-58c0-56.5-45.8-102.2-102.2-102.2S0,47.4,0,103.9
|
||||
c0,21.5,6.7,41.5,18.1,58H186.4z"/>
|
||||
<path fill="#DEDCDB" d="M186.4,161.9c11.1-16.1,17.8-35.7,18-56.7H0c0.3,21,6.9,40.5,18,56.7H186.4z"/>
|
||||
<path fill="#D6D2D1" d="M190.6,137.2l-57.9-3.2c-14-0.8-25.6,1.5-25.8,5.1c-0.2,3.6,11.1,7.2,25.1,8l57.9,3.2
|
||||
c1.7,0.1,1.8,0.1,3.4,0.2c2.2-3.9,4.1-8,5.7-12.2C195.9,137.7,194.1,137.4,190.6,137.2z"/>
|
||||
<path fill="#3A3532" d="M95.8,138.7c0,0-7.3-16.3-7.7-17.4c-0.9-2.4-3.1-6.3-7.6-6.3c-4.8,0-14.7-0.1-23.8-0.2v0c-0.2,0-0.5,0-0.7,0
|
||||
c-0.2,0-0.5,0-0.7,0v0c-9.1,0.1-19.1,0.2-23.8,0.2c-4.3,0-6.5,3.7-7.5,6.1c-0.5,1.2-7.8,17.5-7.8,17.5s-2.5,9.2,15.2,9.2
|
||||
c7.5,0,16.3-0.1,24.7-0.2c8.4,0.1,17.2,0.2,24.7,0.2C98.2,148,95.8,138.7,95.8,138.7z"/>
|
||||
<g>
|
||||
<path fill="#E46B25" d="M79.4,127.4c0,0-16.2-88.5-16.8-91.8c-0.5-3.3-1.4-3.1-1.4-3.1s-0.8,0-1.9,0l3.2,105.2
|
||||
C77.9,136,79.4,127.4,79.4,127.4z"/>
|
||||
<path fill="#F57E20" d="M51.8,32.6c-1.2,0.2-1.4,3-1.4,3l-17.3,92c0,0,3.2,10.7,23.9,10.5c2,0,3.9-0.1,5.6-0.3L59.3,32.6
|
||||
C56.8,32.5,52.6,32.5,51.8,32.6z"/>
|
||||
</g>
|
||||
<path fill="#FFFFFF" d="M60.3,105.9c-13.3,1.2-21.1-2.5-22.1-5.7l-2.3,12.5c0.4,1.3,1.8,3.6,6.6,5c7.1,2,13.9,2.9,20.1,1.9
|
||||
c6.2-1.1,13.4-3.3,13.9-7.5l0,0c-0.7-3.6-1.4-7.8-2.2-12.1C74.3,100.2,74.2,104.7,60.3,105.9z"/>
|
||||
<path fill="#FFFFFF" d="M56.4,77.5c-10.8-0.2-12.7-1.7-13.4-2.8l-2.4,13c0.4,1.3,2.8,3.7,14.3,4.3c14.8,0.7,16.9-3.7,17.1-4.3
|
||||
c-0.8-4.2-1.6-8.5-2.3-12.7l-0.1-0.1C69.6,74.8,67.9,77.7,56.4,77.5z"/>
|
||||
<path fill="#FFFFFF" d="M48.2,47.1l-2.6,14c0.5,0.5,2.4,1.7,10.1,1.8c8.1,0.2,10.8-0.9,11.6-1.6c-1-5.3-1.8-10.1-2.6-14.1
|
||||
c-0.4,0.2-2.4,0.9-7.6,0.9C51.6,48,48.9,47.8,48.2,47.1z"/>
|
||||
<path fill="#F4F4F4" d="M61.5,105.8l0.4,13.9c0.2,0,0.4-0.1,0.7-0.1c6.2-1.1,13.4-3.3,13.9-7.5l0,0c-0.1-0.4-0.1-0.8-0.2-1.2
|
||||
c-0.1-0.4-0.1-0.8-0.2-1.2c-0.2-0.9-0.3-1.9-0.5-2.9c-0.1-0.4-0.2-0.9-0.2-1.3c-0.3-1.7-0.6-3.4-1-5.3c0-0.1,0-0.2,0-0.3
|
||||
c0-0.1,0-0.1,0-0.2C74.3,100.2,74.2,104.4,61.5,105.8z"/>
|
||||
<path fill="#F4F4F4" d="M60.7,77.4l0.4,14.6c9.2-0.6,10.8-3.8,10.9-4.3c0-0.2-0.1-0.5-0.1-0.7c-0.3-1.8-0.7-3.7-1-5.5
|
||||
c0-0.1-0.1-0.3-0.1-0.4c-0.4-2.1-0.8-4.1-1.1-6.1l-0.1-0.1C69.6,74.8,68.4,76.9,60.7,77.4z"/>
|
||||
<path fill="#F4F4F4" d="M59.8,48l0.5,14.9c4.6-0.2,6.4-1,7-1.6c-0.1-0.3-0.1-0.6-0.2-0.8c0-0.2-0.1-0.3-0.1-0.5
|
||||
c-0.1-0.4-0.2-0.8-0.2-1.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.1,0-0.2,0-0.2c-0.1-0.5-0.2-1-0.3-1.6c0-0.2-0.1-0.4-0.1-0.6
|
||||
c-0.1-0.5-0.2-0.9-0.3-1.4c0-0.1,0-0.2,0-0.3c-0.1-0.3-0.1-0.6-0.2-0.9c-0.1-0.3-0.1-0.6-0.2-0.9c-0.3-1.6-0.6-3.1-0.8-4.5
|
||||
c0,0,0,0,0,0C64.4,47.4,63,47.9,59.8,48z"/>
|
||||
<path fill="#3A3532" d="M130.4,72.3l22.8,11.4c0,0,7.4,2.1,4.3,10.3c-3.6,9.4-17.4,39.2-17.4,39.2s-1.9,2.8-4.6,3.5
|
||||
s-28.4-0.5-28.4-0.5s-8.5-2.1-5.7-11.1c2.8-9,16.4-40.8,16.4-40.8S122.3,70.2,130.4,72.3z"/>
|
||||
<g>
|
||||
<path fill="#E46B25" d="M122.7,129.2c0,0,87.3,21.8,90.5,22.7c3.2,0.9,3.4,0,3.4,0s0.3-0.7,0.8-1.7l-97.1-40.6
|
||||
C115.5,124.4,122.7,129.2,122.7,129.2z"/>
|
||||
<path fill="#F57E20" d="M220.4,143.3c0.4-1.2-2.1-2.5-2.1-2.5L141.7,87c0,0-11-1.5-19.4,17.4c-0.8,1.9-1.5,3.6-2,5.2l97.1,40.6
|
||||
C218.4,148,220.2,144.1,220.4,143.3z"/>
|
||||
</g>
|
||||
<path fill="#FFFFFF" d="M150.2,120.8c4.4-12.6,11-18.2,14.3-17.7l-10.4-7.3c-1.4-0.2-4.1,0.1-7.3,4c-4.8,5.6-8.4,11.4-10,17.5
|
||||
c-1.6,6.1-2.6,13.6,1,15.8l0,0c3.6,0.9,7.7,1.9,12,3C149.5,135.9,145.5,133.9,150.2,120.8z"/>
|
||||
<path fill="#FFFFFF" d="M177.7,129c4.7-9.7,6.8-10.9,8.1-11l-10.8-7.6c-1.4-0.1-4.6,1-9.8,11.3c-6.8,13.1-3.6,16.9-3.2,17.4
|
||||
c4.2,1,8.4,2.1,12.6,3.1l0.2-0.1C174.7,142.1,172.7,139.4,177.7,129z"/>
|
||||
<path fill="#FFFFFF" d="M208.7,134.1l-11.7-8.2c-0.7,0.2-2.5,1.5-5.8,8.4c-3.5,7.3-3.7,10.2-3.3,11.2c5.2,1.3,10,2.5,13.9,3.5
|
||||
c0-0.4,0.2-2.6,2.4-7.3C206.5,136.8,207.8,134.5,208.7,134.1z"/>
|
||||
<path fill="#F4F4F4" d="M149.8,122l-12.8-5.4c-0.1,0.2-0.1,0.4-0.2,0.6c-1.6,6.1-2.6,13.6,1,15.8l0,0c0.4,0.1,0.8,0.2,1.1,0.3
|
||||
c0.4,0.1,0.8,0.2,1.1,0.3c0.9,0.2,1.9,0.5,2.8,0.7c0.4,0.1,0.9,0.2,1.3,0.3c1.7,0.4,3.4,0.9,5.2,1.3c0.1,0,0.2,0,0.3,0.1
|
||||
c0.1,0,0.1,0,0.2,0C149.6,135.9,145.8,134,149.8,122z"/>
|
||||
<path fill="#F4F4F4" d="M176,132.9l-13.4-5.6c-3.3,8.6-1,11.4-0.6,11.7c0.2,0.1,0.5,0.1,0.7,0.2c1.8,0.4,3.6,0.9,5.4,1.4
|
||||
c0.1,0,0.3,0.1,0.4,0.1c2,0.5,4.1,1,6.1,1.5l0.2-0.1C174.7,142.1,173.2,140.1,176,132.9z"/>
|
||||
<path fill="#F4F4F4" d="M203.1,144.2l-13.7-5.7c-1.7,4.3-1.8,6.2-1.5,7c0.3,0.1,0.6,0.1,0.8,0.2c0.2,0,0.3,0.1,0.5,0.1
|
||||
c0.4,0.1,0.8,0.2,1.2,0.3c0.4,0.1,0.8,0.2,1.2,0.3c0.1,0,0.2,0,0.2,0.1c0.5,0.1,1,0.3,1.5,0.4c0.2,0,0.4,0.1,0.6,0.1
|
||||
c0.5,0.1,0.9,0.2,1.4,0.3c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.6,0.1,0.9,0.2c0.3,0.1,0.6,0.2,0.9,0.2c1.6,0.4,3.1,0.8,4.5,1.1
|
||||
c0,0,0,0,0,0C201.8,148.7,201.9,147.2,203.1,144.2z"/>
|
||||
|
||||
<g id="background">
|
||||
<path fill="#F1EFEF" d="M186.4,161.9c11.4-16.5,18.1-36.5,18.1-58c0-56.5-45.8-102.2-102.2-102.2S0,47.4,0,103.9
|
||||
c0,21.5,6.7,41.5,18.1,58H186.4z"/>
|
||||
<path fill="#DEDCDB" d="M186.4,161.9c11.1-16.1,17.8-35.7,18-56.7H0c0.3,21,6.9,40.5,18,56.7H186.4z"/>
|
||||
</g>
|
||||
|
||||
<g id="cone-left">
|
||||
<path fill="#3A3532" d="M95.8,138.7c0,0-7.3-16.3-7.7-17.4c-0.9-2.4-3.1-6.3-7.6-6.3c-4.8,0-14.7-0.1-23.8-0.2v0c-0.2,0-0.5,0-0.7,0
|
||||
c-0.2,0-0.5,0-0.7,0v0c-9.1,0.1-19.1,0.2-23.8,0.2c-4.3,0-6.5,3.7-7.5,6.1c-0.5,1.2-7.8,17.5-7.8,17.5s-2.5,9.2,15.2,9.2
|
||||
c7.5,0,16.3-0.1,24.7-0.2c8.4,0.1,17.2,0.2,24.7,0.2C98.2,148,95.8,138.7,95.8,138.7z"/>
|
||||
<path fill="#E46B25" d="M79.4,127.4c0,0-16.2-88.5-16.8-91.8c-0.5-3.3-1.4-3.1-1.4-3.1s-0.8,0-1.9,0l3.2,105.2
|
||||
C77.9,136,79.4,127.4,79.4,127.4z"/>
|
||||
<path fill="#F57E20" d="M51.8,32.6c-1.2,0.2-1.4,3-1.4,3l-17.3,92c0,0,3.2,10.7,23.9,10.5c2,0,3.9-0.1,5.6-0.3L59.3,32.6
|
||||
C56.8,32.5,52.6,32.5,51.8,32.6z"/>
|
||||
<path fill="#FFFFFF" d="M60.3,105.9c-13.3,1.2-21.1-2.5-22.1-5.7l-2.3,12.5c0.4,1.3,1.8,3.6,6.6,5c7.1,2,13.9,2.9,20.1,1.9
|
||||
c6.2-1.1,13.4-3.3,13.9-7.5l0,0c-0.7-3.6-1.4-7.8-2.2-12.1C74.3,100.2,74.2,104.7,60.3,105.9z"/>
|
||||
<path fill="#FFFFFF" d="M56.4,77.5c-10.8-0.2-12.7-1.7-13.4-2.8l-2.4,13c0.4,1.3,2.8,3.7,14.3,4.3c14.8,0.7,16.9-3.7,17.1-4.3
|
||||
c-0.8-4.2-1.6-8.5-2.3-12.7l-0.1-0.1C69.6,74.8,67.9,77.7,56.4,77.5z"/>
|
||||
<path fill="#FFFFFF" d="M48.2,47.1l-2.6,14c0.5,0.5,2.4,1.7,10.1,1.8c8.1,0.2,10.8-0.9,11.6-1.6c-1-5.3-1.8-10.1-2.6-14.1
|
||||
c-0.4,0.2-2.4,0.9-7.6,0.9C51.6,48,48.9,47.8,48.2,47.1z"/>
|
||||
<path fill="#F4F4F4" d="M61.5,105.8l0.4,13.9c0.2,0,0.4-0.1,0.7-0.1c6.2-1.1,13.4-3.3,13.9-7.5l0,0c-0.1-0.4-0.1-0.8-0.2-1.2
|
||||
c-0.1-0.4-0.1-0.8-0.2-1.2c-0.2-0.9-0.3-1.9-0.5-2.9c-0.1-0.4-0.2-0.9-0.2-1.3c-0.3-1.7-0.6-3.4-1-5.3c0-0.1,0-0.2,0-0.3
|
||||
c0-0.1,0-0.1,0-0.2C74.3,100.2,74.2,104.4,61.5,105.8z"/>
|
||||
<path fill="#F4F4F4" d="M60.7,77.4l0.4,14.6c9.2-0.6,10.8-3.8,10.9-4.3c0-0.2-0.1-0.5-0.1-0.7c-0.3-1.8-0.7-3.7-1-5.5
|
||||
c0-0.1-0.1-0.3-0.1-0.4c-0.4-2.1-0.8-4.1-1.1-6.1l-0.1-0.1C69.6,74.8,68.4,76.9,60.7,77.4z"/>
|
||||
<path fill="#F4F4F4" d="M59.8,48l0.5,14.9c4.6-0.2,6.4-1,7-1.6c-0.1-0.3-0.1-0.6-0.2-0.8c0-0.2-0.1-0.3-0.1-0.5
|
||||
c-0.1-0.4-0.2-0.8-0.2-1.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.1,0-0.2,0-0.2c-0.1-0.5-0.2-1-0.3-1.6c0-0.2-0.1-0.4-0.1-0.6
|
||||
c-0.1-0.5-0.2-0.9-0.3-1.4c0-0.1,0-0.2,0-0.3c-0.1-0.3-0.1-0.6-0.2-0.9c-0.1-0.3-0.1-0.6-0.2-0.9c-0.3-1.6-0.6-3.1-0.8-4.5
|
||||
c0,0,0,0,0,0C64.4,47.4,63,47.9,59.8,48z"/>
|
||||
</g>
|
||||
|
||||
<g id="cone-right">
|
||||
<path fill="#D6D2D1" d="M190.6,137.2l-57.9-3.2c-14-0.8-25.6,1.5-25.8,5.1c-0.2,3.6,11.1,7.2,25.1,8l57.9,3.2
|
||||
c1.7,0.1,1.8,0.1,3.4,0.2c2.2-3.9,4.1-8,5.7-12.2C195.9,137.7,194.1,137.4,190.6,137.2z"/>
|
||||
<path fill="#3A3532" d="M130.4,72.3l22.8,11.4c0,0,7.4,2.1,4.3,10.3c-3.6,9.4-17.4,39.2-17.4,39.2s-1.9,2.8-4.6,3.5
|
||||
s-28.4-0.5-28.4-0.5s-8.5-2.1-5.7-11.1c2.8-9,16.4-40.8,16.4-40.8S122.3,70.2,130.4,72.3z"/>
|
||||
<path fill="#E46B25" d="M122.7,129.2c0,0,87.3,21.8,90.5,22.7c3.2,0.9,3.4,0,3.4,0s0.3-0.7,0.8-1.7l-97.1-40.6
|
||||
C115.5,124.4,122.7,129.2,122.7,129.2z"/>
|
||||
<path fill="#F57E20" d="M220.4,143.3c0.4-1.2-2.1-2.5-2.1-2.5L141.7,87c0,0-11-1.5-19.4,17.4c-0.8,1.9-1.5,3.6-2,5.2l97.1,40.6
|
||||
C218.4,148,220.2,144.1,220.4,143.3z"/>
|
||||
<path fill="#FFFFFF" d="M150.2,120.8c4.4-12.6,11-18.2,14.3-17.7l-10.4-7.3c-1.4-0.2-4.1,0.1-7.3,4c-4.8,5.6-8.4,11.4-10,17.5
|
||||
c-1.6,6.1-2.6,13.6,1,15.8l0,0c3.6,0.9,7.7,1.9,12,3C149.5,135.9,145.5,133.9,150.2,120.8z"/>
|
||||
<path fill="#FFFFFF" d="M177.7,129c4.7-9.7,6.8-10.9,8.1-11l-10.8-7.6c-1.4-0.1-4.6,1-9.8,11.3c-6.8,13.1-3.6,16.9-3.2,17.4
|
||||
c4.2,1,8.4,2.1,12.6,3.1l0.2-0.1C174.7,142.1,172.7,139.4,177.7,129z"/>
|
||||
<path fill="#FFFFFF" d="M208.7,134.1l-11.7-8.2c-0.7,0.2-2.5,1.5-5.8,8.4c-3.5,7.3-3.7,10.2-3.3,11.2c5.2,1.3,10,2.5,13.9,3.5
|
||||
c0-0.4,0.2-2.6,2.4-7.3C206.5,136.8,207.8,134.5,208.7,134.1z"/>
|
||||
<path fill="#F4F4F4" d="M149.8,122l-12.8-5.4c-0.1,0.2-0.1,0.4-0.2,0.6c-1.6,6.1-2.6,13.6,1,15.8l0,0c0.4,0.1,0.8,0.2,1.1,0.3
|
||||
c0.4,0.1,0.8,0.2,1.1,0.3c0.9,0.2,1.9,0.5,2.8,0.7c0.4,0.1,0.9,0.2,1.3,0.3c1.7,0.4,3.4,0.9,5.2,1.3c0.1,0,0.2,0,0.3,0.1
|
||||
c0.1,0,0.1,0,0.2,0C149.6,135.9,145.8,134,149.8,122z"/>
|
||||
<path fill="#F4F4F4" d="M176,132.9l-13.4-5.6c-3.3,8.6-1,11.4-0.6,11.7c0.2,0.1,0.5,0.1,0.7,0.2c1.8,0.4,3.6,0.9,5.4,1.4
|
||||
c0.1,0,0.3,0.1,0.4,0.1c2,0.5,4.1,1,6.1,1.5l0.2-0.1C174.7,142.1,173.2,140.1,176,132.9z"/>
|
||||
<path fill="#F4F4F4" d="M203.1,144.2l-13.7-5.7c-1.7,4.3-1.8,6.2-1.5,7c0.3,0.1,0.6,0.1,0.8,0.2c0.2,0,0.3,0.1,0.5,0.1
|
||||
c0.4,0.1,0.8,0.2,1.2,0.3c0.4,0.1,0.8,0.2,1.2,0.3c0.1,0,0.2,0,0.2,0.1c0.5,0.1,1,0.3,1.5,0.4c0.2,0,0.4,0.1,0.6,0.1
|
||||
c0.5,0.1,0.9,0.2,1.4,0.3c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.6,0.1,0.9,0.2c0.3,0.1,0.6,0.2,0.9,0.2c1.6,0.4,3.1,0.8,4.5,1.1
|
||||
c0,0,0,0,0,0C201.8,148.7,201.9,147.2,203.1,144.2z"/>
|
||||
</g>
|
||||
</svg>
|
||||
</figure>
|
||||
|
||||
<h2 class="page-title">No builds for this repository</h2>
|
||||
<p class="page-notice">Want to start testing this project on Travis CI?</p>
|
||||
<a href="http://docs.travis-ci.com/user/getting-started/" class="button button--green">Read the Docs on Getting Started</a>
|
||||
{{#unless isPR}}
|
||||
<h2 class="page-title">No builds for this repository</h2>
|
||||
<p class="page-notice">Want to start testing this project on Travis CI?</p>
|
||||
<a href="http://docs.travis-ci.com/user/getting-started/" class="button button--green">Read the Docs on Getting Started</a>
|
||||
{{!-- {{#if isLoading}}
|
||||
{{loading-indicator}}
|
||||
{{else}}
|
||||
<a href="#" class="button button--green" {{action "triggerBuild"}}>Trigger the first build</a>
|
||||
{{/if}} --}}
|
||||
{{else}}
|
||||
<h2 class="page-title">No Pull Request builds for this repositiory</h2>
|
||||
{{/unless}}
|
||||
|
||||
</div>
|
||||
|
|
67
app/templates/components/not-active.hbs
Normal file
67
app/templates/components/not-active.hbs
Normal file
|
@ -0,0 +1,67 @@
|
|||
<div class="missing-notice">
|
||||
<figure class="page-graphic">
|
||||
<svg version="1.1" id="wheelbarrow" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 229.5 161.9" enable-background="new 0 0 229.5 161.9" xml:space="preserve">
|
||||
<g id="background">
|
||||
<path fill="#FBF2EE" d="M187.2,161.8c11.4-16.6,18.1-36.6,18.1-58.3c0-56.7-46-102.7-102.7-102.7S0,46.8,0,103.5
|
||||
c0,21.6,6.7,41.7,18.1,58.3H187.2z"/>
|
||||
<path fill="#F8E9E1" d="M1,117.4c2.2,16.3,8.2,31.4,17.2,44.4h169c8.9-12.9,15-28,17.2-44.4H1z"/>
|
||||
<path fill="#F5DFD5" d="M161.8,145.5h-17.4c-3.8-2.2-11.9-3.8-21.3-3.8H62.4c-12.9,0-23.5,3-23.5,6.6s10.6,6.6,23.5,6.6h60.7
|
||||
c8.7,0,16.3-1.3,20.3-3.3h18.4c12.9,0,23.5-1.4,23.5-3S174.7,145.5,161.8,145.5z"/>
|
||||
</g>
|
||||
<g id="small-box">
|
||||
<rect x="98.8" y="-3.2" transform="matrix(-4.897701e-02 -0.9988 0.9988 -4.897701e-02 90.8137 124.1608)" fill="#CEBBA3" width="11.5" height="44.2"/>
|
||||
<rect x="83.4" y="24.6" transform="matrix(-0.9988 4.897700e-02 -4.897700e-02 -0.9988 212.7201 71.7633)" fill="#C1AF9A" width="44.2" height="27.8"/>
|
||||
<rect x="83.4" y="24.7" transform="matrix(-0.9988 4.897700e-02 -4.897700e-02 -0.9988 212.7438 72.0846)" fill="#C1AF9A" width="44.2" height="27.8"/>
|
||||
<line fill="none" stroke="#B29C8B" stroke-miterlimit="10" x1="104" y1="13.2" x2="104.6" y2="24.5"/>
|
||||
<rect x="82.8" y="24.3" transform="matrix(-0.9988 4.897700e-02 -4.897700e-02 -0.9988 210.821 45.969)" fill="#B29C8B" width="44.2" height="2.6"/>
|
||||
<polygon opacity="0.5" fill="#FFFFFF" points="101.7,33.4 103.4,31.6 105.2,33.3 106.9,31.4 108.7,33.1 110.3,31.3 109.4,12.8
|
||||
99.1,13.3 100,31.9 "/>
|
||||
</g>
|
||||
|
||||
<g id="big-box">
|
||||
<g>
|
||||
<rect x="94.3" y="19.8" transform="matrix(-0.1045 -0.9945 0.9945 -0.1045 53.6543 167.2791)" fill="#CEBBA3" width="15.6" height="79.3"/>
|
||||
<rect x="65.2" y="67.1" transform="matrix(-0.9945 0.1045 -0.1045 -0.9945 218.2397 160.4247)" fill="#C1AF9A" width="79.3" height="37.6"/>
|
||||
</g>
|
||||
<rect x="65.3" y="67.3" transform="matrix(-0.9945 0.1045 -0.1045 -0.9945 218.3078 160.8546)" fill="#C1AF9A" width="79.3" height="37.6"/>
|
||||
|
||||
<rect x="63.4" y="66.8" transform="matrix(-0.9945 0.1045 -0.1045 -0.9945 212.7737 125.9179)" fill="#B29C8B" width="79.3" height="3.5"/>
|
||||
<polygon opacity="0.5" fill="#FFFFFF" points="99.5,79.4 101.6,76.8 104.2,78.9 106.3,76.3 108.9,78.4 110.9,75.9 108.3,51
|
||||
94.4,52.5 97,77.4 "/>
|
||||
</g>
|
||||
|
||||
<g id="wheelbarrow">
|
||||
<path fill="#B5B8BA" d="M133.8,151.4c0.4,0,0.7,0,1-0.2c1.8-0.7,1.9-3.1,1.9-4.1l1.9-33.8L135,113l-1.9,33.5
|
||||
c-3.4-4.1-15.9-20.3-20.9-26.8l-2.9,2.2c0.8,1.1,19.9,25.9,21.8,27.9C132.1,150.8,133,151.3,133.8,151.4z"/>
|
||||
<path fill="#DD6C44" d="M56.7,136.6c0.3,0,0.7,0,1.1-0.1l169.2-48c1.8-0.5,2.8-2.3,2.4-4.1c-0.5-1.8-2.3-2.8-4.1-2.4L56,130
|
||||
c-1.8,0.5-2.8,2.3-2.4,4.1C54,135.5,55.3,136.5,56.7,136.6z"/>
|
||||
|
||||
<path fill="#9A9C9F" d="M112.2,119.7l-2.9,2.2c0.2,0.2,1.3,1.6,2.8,3.7l3.8-1.1C114.5,122.6,113.2,120.9,112.2,119.7z"/>
|
||||
<polygon fill="#9A9C9F" points="135,113 134.7,119.3 138.4,118.3 138.7,113.2"/>
|
||||
<circle fill="#313233" cx="56.1" cy="133.2" r="19.8"/>
|
||||
<circle fill="#B5B8BA" cx="56.3" cy="133" r="10.8"/>
|
||||
<path fill="#9A9C9F" d="M56.8,122.2c-2.8-0.1-5.4,0.8-7.4,2.4c0.7-0.1,1.4-0.1,2.2-0.1c7.1,0.3,12.6,6.4,12.3,13.5
|
||||
c-0.1,1.1-0.2,2.1-0.5,3.1c2.1-1.9,3.5-4.6,3.7-7.6C67.4,127.5,62.8,122.5,56.8,122.2z"/>
|
||||
<g>
|
||||
<path fill="#DD6C44" d="M56.7,136.6c0.3,0,0.7,0,1.1-0.1l169.2-48c1.8-0.5,2.8-2.3,2.4-4.1c-0.5-1.8-2.3-2.8-4.1-2.4L56,130
|
||||
c-1.8,0.5-2.8,2.3-2.4,4.1C54,135.5,55.3,136.5,56.7,136.6z"/>
|
||||
</g>
|
||||
<path fill="#C82F27" d="M156.1,76.4l-5,20.9c0,0-0.7,8.2-10,11.2c-9.3,2.9-53.7,15.2-53.7,15.2s-9.3,2.6-16.6-5.7
|
||||
S48.4,87.2,48.4,87.2L156.1,76.4z"/>
|
||||
<g>
|
||||
<path fill="#D64727" d="M46.1,88.9c0.1,0,0.3,0,0.4,0l112.1-12.1c1.5-0.2,2.6-1.5,2.4-3c-0.2-1.5-1.5-2.6-3-2.4L46,83.4
|
||||
c-1.5,0.2-2.6,1.5-2.4,3C43.7,87.8,44.8,88.8,46.1,88.9z"/>
|
||||
</g>
|
||||
<path fill="#BC2A26" d="M49.3,88.6c0.7,1,1.8,2.6,3,4.4L154.8,82l1.2-4.9L49.3,88.6z"/>
|
||||
<polygon fill="#B29C8B" points="66.6,70.8 63.2,68.5 63.6,72.6"/>
|
||||
<polygon fill="#B29C8B" points="139.3,63 142.1,60 142.5,64.2"/>
|
||||
</g>
|
||||
</svg>
|
||||
</figure>
|
||||
|
||||
<h2 class="page-title">This is not an active repository</h2>
|
||||
<p class="page-notice">Want to start testing this project on Travis CI?</p>
|
||||
<a href="http://docs.travis-ci.com/user/getting-started/" class="button button--green">Read the Docs on Getting Started</a>
|
||||
|
||||
</div>
|
|
@ -23,7 +23,11 @@
|
|||
{{repo-show-tabs repo=repo tab=tab build=build job=job}}
|
||||
</div>
|
||||
<div class="tabbody repo-main">
|
||||
{{outlet}}
|
||||
{{#if repo.active}}
|
||||
{{outlet}}
|
||||
{{else}}
|
||||
{{not-active}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Reference in New Issue
Block a user