1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00
documize/gui/app/templates/components/customize/search-index.hbs

9 lines
262 B
Handlebars
Raw Normal View History

2018-03-29 12:23:09 +01:00
<div class="view-customize">
<form>
2018-03-29 12:23:09 +01:00
<div class="form-group">
<p>It can take up to 30 minutes to rebuild the search index.</p>
{{ui/ui-button color=constants.Color.Yellow light=true label=buttonLabel onClick=(action "reindex")}}
2018-03-29 12:23:09 +01:00
</div>
</form>
</div>