design/_includes/filter.html
author ymh <ymh.work@gmail.com>
Fri, 28 Jul 2017 19:40:35 +0200
changeset 129 d48946d164c6
parent 115 b5d11572f1ed
permissions -rw-r--r--
Add a first version of synchronisation Remove redux-offline dependency make the redux state fully immutable TODO: better error management TODO: make syncronization work automatically

<div class="filter mb-3">
	<form class="form-inline">
  
	<div class="form-group" style="flex-grow: 1;">
    <input type="text" class="form-control w-100" id="inputPassword2" placeholder="ex : tag:capacitation">
  </div>
  
	<button type="submit" class="btn btn-primary ml-2">filtrer</button>
	
	</form>
</div>