From 198aeb3c0261c62cbf473d13b4f267c8ef6e961b Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Sun, 16 Jul 2023 23:27:31 +0200 Subject: [PATCH] fixed form to the top --- .gitignore | 3 ++- .vscode/launch.json | 17 ----------------- views/list.hbs | 16 +++++++++------- 3 files changed, 11 insertions(+), 25 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index e5e0e63..c7bf85a 100644 --- a/.gitignore +++ b/.gitignore @@ -63,4 +63,5 @@ typings/ UpImage/ archive/ public/assets/ -!public/assets/main/ \ No newline at end of file +!public/assets/main/ +.vscode/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index c143481..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "launch", - "name": "Launch Program", - "skipFiles": [ - "/**" - ], - "program": "${workspaceFolder}\\bin\\www" - } - ] -} \ No newline at end of file diff --git a/views/list.hbs b/views/list.hbs index e0b3b0d..d9266f7 100644 --- a/views/list.hbs +++ b/views/list.hbs @@ -4,13 +4,15 @@ {{/each}} -
- - - - - -
+