Browse code

new build from home

Louis Jonget authored on18/03/2023 14:55:56
Showing1 changed files
... ...
@@ -1,7 +1,7 @@
1
-<div class="component component-submit">
2
-  <button
3
-    data-manipulator-target
4
-    type="submit"
5
-    {{each key: attributes}}{{key}}="{{this}}"{{/each}}
6
-  ></button>
7
-</div>
1
+<div class="component component-submit">
2
+  <button
3
+    data-manipulator-target
4
+    type="submit"
5
+    {{each key: attributes}}{{key}}="{{this}}"{{/each}}
6
+  ></button>
7
+</div>
Browse code

init commit

louis.jonget authored on30/09/2022 18:58:18
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+<div class="component component-submit">
2
+  <button
3
+    data-manipulator-target
4
+    type="submit"
5
+    {{each key: attributes}}{{key}}="{{this}}"{{/each}}
6
+  ></button>
7
+</div>