From 163ad2a6dd61c22fd51439f6cd653cb5268bbe03 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 28 Jul 2015 15:20:50 +0200 Subject: [PATCH] add not-active component --- app/components/not-active.coffee | 5 ++ app/templates/components/not-active.hbs | 79 +++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 app/components/not-active.coffee create mode 100644 app/templates/components/not-active.hbs diff --git a/app/components/not-active.coffee b/app/components/not-active.coffee new file mode 100644 index 00000000..f535d7f6 --- /dev/null +++ b/app/components/not-active.coffee @@ -0,0 +1,5 @@ +`import Ember from 'ember'` + +NotActiveComponent = Ember.Component.extend() + +`export default NotActiveComponent` diff --git a/app/templates/components/not-active.hbs b/app/templates/components/not-active.hbs new file mode 100644 index 00000000..49e2de8c --- /dev/null +++ b/app/templates/components/not-active.hbs @@ -0,0 +1,79 @@ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

This is not an active repository

+

Want to start testing this project on Travis CI?

+ Read the Docs on Getting Started + +