add component for no repositories notice

This commit is contained in:
Lisa P 2015-08-12 15:59:32 +02:00
parent 7e68915ede
commit 6de92f20d9
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,5 @@
`import Ember from 'ember'`
NoReposComponent = Ember.Component.extend()
`export default NoReposComponent`

View 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>