2015-01-11 22:55:52 +03:00
|
|
|
<header class="settings-view-header">
|
|
|
|
{{#link-to "settings" class="btn btn-default btn-back"}}Back{{/link-to}}
|
|
|
|
<h2 class="page-title">Navigation</h2>
|
|
|
|
<section class="page-actions">
|
|
|
|
<button type="button" class="btn btn-blue" {{action "save"}}>Save</button>
|
|
|
|
</section>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<section class="content settings-navigation">
|
|
|
|
<form id="settings-navigation" 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>
|