2015-06-13 17:34:09 +03:00
|
|
|
{{#gh-navigation moveItem="moveItem"}}
|
|
|
|
<header class="view-header">
|
|
|
|
{{#gh-view-title openMobileMenu="openMobileMenu"}}Navigation{{/gh-view-title}}
|
|
|
|
<section class="view-actions">
|
2015-08-10 18:43:49 +03:00
|
|
|
{{gh-spin-button type="button" class="btn btn-blue" action="save" buttonText="Save" submitting=submitting}}
|
2015-06-13 17:34:09 +03:00
|
|
|
</section>
|
|
|
|
</header>
|
2015-01-11 22:55:52 +03:00
|
|
|
|
2015-06-13 17:34:09 +03:00
|
|
|
<section class="view-container">
|
|
|
|
<form id="settings-navigation" class="gh-blognav js-gh-blognav" novalidate="novalidate">
|
|
|
|
{{#each navigationItems as |navItem|}}
|
|
|
|
{{gh-navitem navItem=navItem baseUrl=blogUrl addItem="addItem" deleteItem="deleteItem" updateUrl="updateUrl"}}
|
|
|
|
{{/each}}
|
|
|
|
</form>
|
|
|
|
</section>
|
|
|
|
{{/gh-navigation}}
|