More buttons
This commit is contained in:
@@ -32,7 +32,8 @@ class SettingView(staticFileResolver: StaticFileResolver) : View(staticFileResol
|
||||
}
|
||||
|
||||
form(method = FormMethod.post, action = "/export") {
|
||||
button(classes = "btn btn-teal block", type = submit) { +"Export my data" }
|
||||
button(name = "display", classes = "btn btn-teal block", type = submit) { +"Display my data" }
|
||||
button(name = "download", classes = "btn btn-green block mt-2", type = submit) { +"Download my data" }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user