2015-05-12 12:09:45 +01:00
|
|
|
<header class="view-header">
|
|
|
|
<h2 class="view-title">Navigation</h2>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<section class="content settings-navigation">
|
2015-02-03 16:29:01 +00:00
|
|
|
<form id="settings-navigation" class="js-settings-navigation" novalidate="novalidate">
|
2015-01-14 14:46:29 +00:00
|
|
|
{{#each navItem in navigationItems}}
|
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>
|