mirror of
https://github.com/documize/community.git
synced 2025-08-06 14:05:23 +02:00
[WIP] Upgrade EmberJS -- lint pass!
This commit is contained in:
parent
c7808d0b5a
commit
adbd00bdd7
95 changed files with 645 additions and 645 deletions
|
@ -1,10 +1,10 @@
|
|||
<div class="view-search">
|
||||
<form onsubmit={{action 'onSearch'}} class="form-inline">
|
||||
<form onsubmit={{action "onSearch"}} class="form-inline">
|
||||
<div class="form-group">
|
||||
{{focus-input type="text" value=filter class="form-control mr-3 search-box" placeholder='keywords, tags'}}
|
||||
{{focus-input type="text" value=filter class="form-control mr-3 search-box" placeholder="keywords, tags"}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<button class="btn btn-success" {{action 'onSearch'}}>Search</button>
|
||||
<button class="btn btn-success" {{action "onSearch"}}>Search</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="form-group mt-2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue