2013-05-11 20:44:25 +04:00
|
|
|
{{!< default}}
|
2013-05-19 12:04:20 +04:00
|
|
|
<div class="wrapper">
|
2013-05-11 20:44:25 +04:00
|
|
|
<aside class="settings-sidebar" role="complementary">
|
2013-05-19 12:04:20 +04:00
|
|
|
<header>
|
|
|
|
<h1 class="title">Ugly Debug Tools</h1>
|
|
|
|
</header>
|
|
|
|
<nav class="settings-menu">
|
|
|
|
<ul>
|
|
|
|
<li class="Data management"><a href="#">General</a></li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
2013-05-11 20:44:25 +04:00
|
|
|
</aside>
|
|
|
|
<section class="settings-content">
|
2013-05-19 12:04:20 +04:00
|
|
|
<header>
|
|
|
|
<h2 class="title">General</h2>
|
|
|
|
<button class="button-save">Save</button>
|
|
|
|
</header>
|
|
|
|
<section class="content">
|
|
|
|
{{> flashes}}
|
|
|
|
<form id="settings-general">
|
|
|
|
<fieldset>
|
|
|
|
<label>
|
|
|
|
<b>Delete Database</b>
|
|
|
|
<a href="/ghost/debug/db/delete/" class="button-delete">Delete</a>
|
|
|
|
<p>Delete the entire database so you can start again with empty tables</p>
|
|
|
|
</label>
|
|
|
|
<label>
|
|
|
|
<b>Populate Database</b>
|
|
|
|
<a href="/ghost/debug/db/populate/" class="button-add">Populate</a>
|
|
|
|
<p>Populate the database with the default fixtures
|
|
|
|
(<strong>Warning: </strong>only works on empty DB)</p>
|
|
|
|
</label>
|
|
|
|
</fieldset>
|
2013-05-11 20:44:25 +04:00
|
|
|
|
2013-05-19 12:04:20 +04:00
|
|
|
</form>
|
|
|
|
</section>
|
2013-05-11 20:44:25 +04:00
|
|
|
</section>
|
2013-05-19 12:04:20 +04:00
|
|
|
</div>
|