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

9 lines
261 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">
2022-03-02 19:55:52 -05:00
<p>{{localize 'search_reindex'}}</p>
2018-12-14 11:52:31 +00:00
{{ui/ui-button color=constants.Color.Yellow light=true icon=constants.Icon.Search label=buttonLabel onClick=(action "reindex")}}
2018-03-29 12:23:09 +01:00
</div>
</form>
</div>