You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grails-app/views/error.gsp
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,14 @@
2
2
<html>
3
3
<head>
4
4
<metaname="layout"content="bootstrap"/>
5
-
<title>About JSON Blob</title>
5
+
<title>Something Broke</title>
6
6
</head>
7
7
8
8
<body>
9
9
<divclass="row-fluid">
10
-
<divclass="span3 well">
11
-
side nav
12
-
</div>
13
-
<divclass="span9">
14
-
infos
10
+
<divclass="hero-unit">
11
+
<h1>Something broke</h1>
12
+
<p>Feel free to file a <g:linkurl="https://github.com/tburch/jsonblob/issues">bug report</g:link> or open a <g:linkurl="https://github.com/tburch/jsonblob/pulls">pull request</g:link> with the fix.</p>
0 commit comments