some preparation for no builds
This commit is contained in:
parent
8a1d1b9be6
commit
fc5e003be9
|
@ -57,3 +57,4 @@
|
|||
@import "app/layouts/caches";
|
||||
@import "app/layouts/getting-started";
|
||||
@import "app/layouts/first-sync";
|
||||
@import "app/layouts/missing-notice";
|
||||
|
|
8
app/styles/app/layouts/missing-notice.sass
Normal file
8
app/styles/app/layouts/missing-notice.sass
Normal file
|
@ -0,0 +1,8 @@
|
|||
.missing-notice
|
||||
text-align: center
|
||||
|
||||
.page-title
|
||||
color: #808080
|
||||
font-size: 36px
|
||||
font-weight: 200
|
||||
line-height: 1
|
|
@ -1 +1,6 @@
|
|||
There are no builds for this repository.
|
||||
<div class="missing-notice">
|
||||
<img src="//placehold.it/600x400" alt="">
|
||||
<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="#" class="button button--green">Trigger the first build</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user