Use common forms partial for form styles

This commit is contained in:
2019-05-23 10:36:27 +02:00
parent 9a98b37bb6
commit 8bd4c6e6e1
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
{{input type="submit"
disabled=inProgress
value=(if inProgress "Processing" "Save")}}
{{#link-to "index"}}Back{{/link-to}}
{{#link-to "index"}}Cancel{{/link-to}}
</p>
</form>