From 7c3581659db9f8ebdc4855a45c16fc0f3b403760 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Thu, 28 May 2015 23:34:11 -0400 Subject: [PATCH] start moving nav categories into sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @jkleinsc I’m running into an issue where the category I put into the sidebar isn’t rendering there. Is that expected? What do I need to modify to make it render in the new location (navigation.hbs)? --- app/templates/index.hbs | 47 +---------------------- app/templates/navigation.hbs | 27 ++----------- app/templates/sidebar_nav/header.hbs | 15 ++++++++ app/templates/sidebar_nav/primary_nav.hbs | 43 +++++++++++++++++++++ app/templates/sidebar_nav/search.hbs | 8 ++++ 5 files changed, 70 insertions(+), 70 deletions(-) create mode 100644 app/templates/sidebar_nav/header.hbs create mode 100644 app/templates/sidebar_nav/primary_nav.hbs create mode 100644 app/templates/sidebar_nav/search.hbs diff --git a/app/templates/index.hbs b/app/templates/index.hbs index d74bdef47c..1a150ffdef 100644 --- a/app/templates/index.hbs +++ b/app/templates/index.hbs @@ -3,52 +3,7 @@

What would you like to do?

- {{#if userCan_inventory}} - - {{/if}} + {{#if userCan_patients}}