1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
documize/gui/app/templates/components/customize/search-index.hbs
2022-03-02 19:55:52 -05:00

8 lines
261 B
Handlebars

<div class="view-customize">
<form>
<div class="form-group">
<p>{{localize 'search_reindex'}}</p>
{{ui/ui-button color=constants.Color.Yellow light=true icon=constants.Icon.Search label=buttonLabel onClick=(action "reindex")}}
</div>
</form>
</div>