fuck my life
This commit is contained in:
parent
366f130fc0
commit
af408efb02
@ -18,6 +18,8 @@ class API extends Application
|
|||||||
)
|
)
|
||||||
|
|
||||||
[new: "/new"]: =>
|
[new: "/new"]: =>
|
||||||
|
-- NOTE assert_valid appears to be non-functional :D
|
||||||
|
-- also content DOESN'T EQUAL CONTENT, WHO WOULD'VE THOUGHT IT
|
||||||
assert_valid @params, {
|
assert_valid @params, {
|
||||||
{"content", exists: true, min_length: 1, "Task content not specified."}
|
{"content", exists: true, min_length: 1, "Task content not specified."}
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ class LoggedIn extends Widget
|
|||||||
for key in *@keys
|
for key in *@keys
|
||||||
li key.key
|
li key.key
|
||||||
li ->
|
li ->
|
||||||
a onclick: "new_api_key()"
|
a onclick: "new_api_key()", "+"
|
||||||
|
|
||||||
p "Tasks:"
|
p "Tasks:"
|
||||||
ul ->
|
ul ->
|
||||||
|
Loading…
Reference in New Issue
Block a user