0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Removing reset button

- noone needs this, and someone is bound to press it and then complain.
This commit is contained in:
Hannah Wolfe 2013-09-27 15:37:30 +01:00
parent 4d6455e6d1
commit a5bf8bf1e2

View file

@ -34,15 +34,6 @@
</div> </div>
</fieldset> </fieldset>
</form> </form>
<form id="settings-resetdb">
<fieldset>
<div class="form-group">
<label>Reset Database</label>
<a href="/ghost/debug/db/reset/" class="button-delete">Reset</a>
<p>Delete the entire database so you can start again with empty tables</p>
</div>
</fieldset>
</form>
</section> </section>
</section> </section>
</div> </div>