From 5fdc848123047718ec260277ac9e9d4e70522ef3 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 19 Mar 2015 12:14:31 +0100 Subject: [PATCH] Get rid of the right hand sidebar --- app/controllers/sidebar.coffee | 19 ------------------- app/templates/layouts/home.hbs | 5 ----- app/templates/layouts/profile.hbs | 20 -------------------- app/templates/sidebar.hbs | 15 --------------- 4 files changed, 59 deletions(-) delete mode 100644 app/controllers/sidebar.coffee delete mode 100644 app/templates/sidebar.hbs diff --git a/app/controllers/sidebar.coffee b/app/controllers/sidebar.coffee deleted file mode 100644 index 47336d56..00000000 --- a/app/controllers/sidebar.coffee +++ /dev/null @@ -1,19 +0,0 @@ -`import Ember from 'ember'` - -Controller = Ember.ArrayController.extend - init: -> - @_super.apply this, arguments - @tickables = [] - - tips: [ - "Did you know that you can parallelize tests on Travis CI? Learn more" - "Did you know that you can split a build into several smaller pieces? Learn more" - "Did you know that you can skip a build? Learn more" - ] - - tip: (-> - if tips = @get('tips') - tips[Math.floor(Math.random()*tips.length)] - ).property().volatile() - -`export default Controller` diff --git a/app/templates/layouts/home.hbs b/app/templates/layouts/home.hbs index 2e601499..afb3b277 100644 --- a/app/templates/layouts/home.hbs +++ b/app/templates/layouts/home.hbs @@ -9,11 +9,6 @@ {{render "flash"}} {{yield}} - {{#if config.pro}} - - {{/if}}