Ghost/core/admin/views/debug.hbs

38 lines
1.4 KiB
Handlebars
Raw Normal View History

2013-05-11 20:44:25 +04:00
{{!< default}}
<div class="wrapper">
2013-05-11 20:44:25 +04:00
<aside class="settings-sidebar" role="complementary">
<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">
<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
</form>
</section>
2013-05-11 20:44:25 +04:00
</section>
</div>