mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-19 18:47:03 +00:00
ui: Move div.page into Page frame
This commit is contained in:
@@ -81,12 +81,12 @@ errorFlash error =
|
||||
}
|
||||
|
||||
Http.NetworkError ->
|
||||
{ title = "HTTP Network error"
|
||||
{ title = "HTTP network error"
|
||||
, table = []
|
||||
}
|
||||
|
||||
Http.BadStatus res ->
|
||||
{ title = "Bad HTTP status"
|
||||
{ title = "HTTP response error"
|
||||
, table = [ ( "Response Code", String.fromInt res ) ]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user