# responsive-menu/3.1.12/views/admin/sections/modules/rebuild.html.twig

Responsive Menu – Create Mobile-Friendly Menu, version 3.1.12. 26 lines.

- Page: https://pluginprobe.com/plugins/responsive-menu/3.1.12/code/views/admin/sections/modules/rebuild.html.twig
- Raw: https://pluginprobe.com/plugins/responsive-menu/3.1.12/raw/views/admin/sections/modules/rebuild.html.twig
- Modified: 2018-01-17T18:00:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/responsive-menu/3.1.12/code/views/admin/sections/modules/rebuild.html.twig#L10-L20`.

```twig
{#
    Responsive Menu Jinja template file.
    Safe to Copy
#}

<tr>
    <td class="col-left col-md-3">
        <label class="control-label">Reset Options</label>
        <div class="sub-text">This will reset your plugin options back to their defaults.</div>
        <div class="sub_sub_title">Warning: This is a destructive process and can't be undone.</div>
    </td>
    <td class="col-right text-right">
        <button name='responsive-menu-reset' type='submit' class='btn btn-danger btn-lg btn-rm'>Reset Options</button>
    </td>
</tr>
<tr>
    <td class="col-left col-md-3">
        <label class="control-label">Rebuild Database</label>
        <div class="sub-text">This will rebuild the database table if you are having issues.</div>
        <div class="sub_sub_title">Warning: This is a destructive process and can't be undone.</div>
    </td>
    <td class="col-right text-right">
        <button name='responsive-menu-rebuild-db' type='submit' class='btn btn-danger btn-lg btn-rm'>Rebuild Database</button>
    </td>
</tr>

```
