design/_includes/filter.html
changeset 115 b5d11572f1ed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/design/_includes/filter.html	Mon Jul 17 16:37:09 2017 +0200
@@ -0,0 +1,11 @@
+<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>