We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
crystal tool format
1 parent c8c83bc commit f41236bCopy full SHA for f41236b
src/exception_page.cr
@@ -65,7 +65,7 @@ abstract class ExceptionPage
65
@headers : HTTP::Headers = HTTP::Headers.new,
66
@cookies : HTTP::Cookies = HTTP::Cookies.new,
67
message : String? = nil,
68
- url : String? = nil
+ url : String? = nil,
69
)
70
@title = title || "An Error Occurred: #{@status.description}"
71
@message = message || "Something went wrong"
src/exception_page/styles.cr
@@ -8,7 +8,7 @@ class ExceptionPage::Styles
8
@accent,
9
@highlight = "#e5e5e5",
10
@flash_highlight = "#ffdc93",
11
- @logo_uri = crystal_logo
+ @logo_uri = crystal_logo,
12
13
end
14
0 commit comments