0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client
Robert Jackson 3a912bd89e Refactor navbar to eliminate nested {{link-to}}.
no related issue

This is essentially setting up a binding from the `LinkView`'s `active`
status and whatever is set as `alternativeActive` in the `{{link-to}}`
(in our case the `activating-list-item` component.

Screenshots showing that the proper CSS classes are given:

![screenshot](http://monosnap.com/image/tzOH6n82rIVGNEFAUWVOLN52QuASQ4.png)

![screenshot](http://monosnap.com/image/5gmcwJcj0kgEXt8lnET4OKgIZ8KRpH.png)

![screenshot](http://monosnap.com/image/UCVNukTXLMNfVneLhzwVyhkrVlGSBt.png)
2014-04-01 22:36:16 -04:00
..
assets Ember.js: Add assets img + css (ember-hacks.css) to ember admin 2014-03-15 00:08:15 +01:00
components Refactor navbar to eliminate nested {{link-to}}. 2014-04-01 22:36:16 -04:00
controllers Created ForgottenController 2014-03-30 22:18:15 +02:00
fixtures Created ForgottenController 2014-03-30 22:18:15 +02:00
helpers Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00
initializers Create SettingsUserController 2014-03-23 22:51:43 -04:00
mixins Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
models Created ForgottenController 2014-03-30 22:18:15 +02:00
routes Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00
templates Refactor navbar to eliminate nested {{link-to}}. 2014-04-01 22:36:16 -04:00
utils Refactor navbar to eliminate nested {{link-to}}. 2014-04-01 22:36:16 -04:00
views Specify itemView on the each helper rather than nesting a view helper. 2014-03-09 14:20:15 -07:00
app.js Refactor navbar to eliminate nested {{link-to}}. 2014-04-01 22:36:16 -04:00
router.js Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00