2015-05-12 12:09:45 +01:00
|
|
|
<header class="view-header">
|
2015-05-27 16:39:56 +02:00
|
|
|
{{#gh-view-title openMobileMenu="openMobileMenu"}}Navigation{{/gh-view-title}}
|
2015-05-12 12:09:45 +01:00
|
|
|
<section class="view-actions">
|
2015-01-11 19:55:52 +00:00
|
|
|
<button type="button" class="btn btn-blue" {{action "save"}}>Save</button>
|
|
|
|
</section>
|
|
|
|
</header>
|
|
|
|
|
2015-05-25 14:17:14 +01:00
|
|
|
<section class="view-container">
|
|
|
|
<form id="settings-navigation" class="gh-blognav js-gh-blognav" novalidate="novalidate">
|
2015-06-02 20:56:42 -06:00
|
|
|
{{#each navigationItems as |navItem|}}
|
2015-01-18 00:16:54 +00:00
|
|
|
{{gh-navitem navItem=navItem baseUrl=blogUrl addItem="addItem" deleteItem="deleteItem" updateUrl="updateUrl"}}
|
2015-01-11 19:55:52 +00:00
|
|
|
{{/each}}
|
|
|
|
</form>
|
2015-01-18 00:16:54 +00:00
|
|
|
</section>
|