feat: Sets up ci workflows
This commit is contained in:
@@ -25,9 +25,9 @@ struct UserDetail: HTML, Sendable {
|
||||
}
|
||||
div(.class("row")) {
|
||||
span(.class("label col-2")) { "Created:" }
|
||||
span(.class("date col-4")) { dateFormatter.formattedDate(user.createdAt) }
|
||||
span(.class("date col-4")) { dateFormatter.string(user.createdAt) }
|
||||
span(.class("label col-2")) { "Updated:" }
|
||||
span(.class("date col-4")) { dateFormatter.formattedDate(user.updatedAt) }
|
||||
span(.class("date col-4")) { dateFormatter.string(user.updatedAt) }
|
||||
}
|
||||
div(.class("btn-row user-buttons")) {
|
||||
button(
|
||||
|
||||
Reference in New Issue
Block a user