Add versioning

This commit is contained in:
2021-12-25 01:35:32 +02:00
parent 1a539e673f
commit da9d91502c
14 changed files with 388 additions and 261 deletions

View File

@@ -14,5 +14,9 @@ block content
.col.s12.input-field
input#url(type="text", name="url", value=entry.url)
label(for="url") Entry Url
if entry.id == null
.col.s12.input-field
input#version(type="text", name="version", value=entry.version)
label(for="version") First Version Number
.col.s12
button.btn.black(type="submit") add entry