add component for no repositories notice
This commit is contained in:
parent
7e68915ede
commit
6de92f20d9
5
app/components/no-repos.coffee
Normal file
5
app/components/no-repos.coffee
Normal file
|
@ -0,0 +1,5 @@
|
|||
`import Ember from 'ember'`
|
||||
|
||||
NoReposComponent = Ember.Component.extend()
|
||||
|
||||
`export default NoReposComponent`
|
9
app/templates/components/no-repos.hbs
Normal file
9
app/templates/components/no-repos.hbs
Normal file
|
@ -0,0 +1,9 @@
|
|||
<div class="missing-notice">
|
||||
<figure class="page-graphic">
|
||||
|
||||
</figure>
|
||||
|
||||
<h2 class="page-title">No active repositories could be found</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>
|
Loading…
Reference in New Issue
Block a user