2015-05-12 14:09:45 +03:00
|
|
|
<header class="view-header">
|
|
|
|
<h2 class="view-title">Navigation</h2>
|
|
|
|
<section class="view-actions">
|
2015-01-11 22:55:52 +03:00
|
|
|
<button type="button" class="btn btn-blue" {{action "save"}}>Save</button>
|
|
|
|
</section>
|
|
|
|
</header>
|
|
|
|
|
2015-05-25 16:17:14 +03:00
|
|
|
<section class="view-container">
|
|
|
|
<form id="settings-navigation" class="gh-blognav js-gh-blognav" novalidate="novalidate">
|
2015-01-14 17:46:29 +03:00
|
|
|
{{#each navItem in navigationItems}}
|
2015-01-18 03:16:54 +03:00
|
|
|
{{gh-navitem navItem=navItem baseUrl=blogUrl addItem="addItem" deleteItem="deleteItem" updateUrl="updateUrl"}}
|
2015-01-11 22:55:52 +03:00
|
|
|
{{/each}}
|
|
|
|
</form>
|
2015-01-18 03:16:54 +03:00
|
|
|
</section>
|