Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
0c1f6cc5
Commit
0c1f6cc5
authored
Dec 14, 2016
by
Dimitrie Hoekstra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added go back anchor on error pages
parent
278baa5b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
45 additions
and
0 deletions
+45
-0
public/404.html
public/404.html
+9
-0
public/422.html
public/422.html
+9
-0
public/500.html
public/500.html
+9
-0
public/502.html
public/502.html
+9
-0
public/503.html
public/503.html
+9
-0
No files found.
public/404.html
View file @
0c1f6cc5
...
@@ -46,6 +46,14 @@
...
@@ -46,6 +46,14 @@
margin
:
40px
auto
;
margin
:
40px
auto
;
}
}
a
{
line-height
:
100px
;
font-weight
:
normal
;
color
:
#4A8BEE
;
font-size
:
18px
;
text-decoration
:
none
;
}
.container
{
.container
{
margin
:
auto
20px
;
margin
:
auto
20px
;
}
}
...
@@ -63,6 +71,7 @@
...
@@ -63,6 +71,7 @@
<hr
/>
<hr
/>
<p>
Make sure the address is correct and that the page hasn't moved.
</p>
<p>
Make sure the address is correct and that the page hasn't moved.
</p>
<p>
Please contact your GitLab administrator if you think this is a mistake.
</p>
<p>
Please contact your GitLab administrator if you think this is a mistake.
</p>
<a
href=
"javascript:history.back()"
>
Go back
</a>
</div>
</div>
</body>
</body>
</html>
</html>
public/422.html
View file @
0c1f6cc5
...
@@ -46,6 +46,14 @@
...
@@ -46,6 +46,14 @@
margin
:
40px
auto
;
margin
:
40px
auto
;
}
}
a
{
line-height
:
100px
;
font-weight
:
normal
;
color
:
#4A8BEE
;
font-size
:
18px
;
text-decoration
:
none
;
}
.container
{
.container
{
margin
:
auto
20px
;
margin
:
auto
20px
;
}
}
...
@@ -63,6 +71,7 @@
...
@@ -63,6 +71,7 @@
<hr
/>
<hr
/>
<p>
Make sure you have access to the thing you tried to change.
</p>
<p>
Make sure you have access to the thing you tried to change.
</p>
<p>
Please contact your GitLab administrator if you think this is a mistake.
</p>
<p>
Please contact your GitLab administrator if you think this is a mistake.
</p>
<a
href=
"javascript:history.back()"
>
Go back
</a>
</div>
</div>
</body>
</body>
</html>
</html>
public/500.html
View file @
0c1f6cc5
...
@@ -46,6 +46,14 @@
...
@@ -46,6 +46,14 @@
margin
:
40px
auto
;
margin
:
40px
auto
;
}
}
a
{
line-height
:
100px
;
font-weight
:
normal
;
color
:
#4A8BEE
;
font-size
:
18px
;
text-decoration
:
none
;
}
.container
{
.container
{
margin
:
auto
20px
;
margin
:
auto
20px
;
}
}
...
@@ -63,6 +71,7 @@
...
@@ -63,6 +71,7 @@
<hr
/>
<hr
/>
<p>
Try refreshing the page, or going back and attempting the action again.
</p>
<p>
Try refreshing the page, or going back and attempting the action again.
</p>
<p>
Please contact your GitLab administrator if this problem persists.
</p>
<p>
Please contact your GitLab administrator if this problem persists.
</p>
<a
href=
"javascript:history.back()"
>
Go back
</a>
</div>
</div>
</body>
</body>
</html>
</html>
public/502.html
View file @
0c1f6cc5
...
@@ -46,6 +46,14 @@
...
@@ -46,6 +46,14 @@
margin
:
40px
auto
;
margin
:
40px
auto
;
}
}
a
{
line-height
:
100px
;
font-weight
:
normal
;
color
:
#4A8BEE
;
font-size
:
18px
;
text-decoration
:
none
;
}
.container
{
.container
{
margin
:
auto
20px
;
margin
:
auto
20px
;
}
}
...
@@ -63,6 +71,7 @@
...
@@ -63,6 +71,7 @@
<hr
/>
<hr
/>
<p>
Try refreshing the page, or going back and attempting the action again.
</p>
<p>
Try refreshing the page, or going back and attempting the action again.
</p>
<p>
Please contact your GitLab administrator if this problem persists.
</p>
<p>
Please contact your GitLab administrator if this problem persists.
</p>
<a
href=
"javascript:history.back()"
>
Go back
</a>
</div>
</div>
</body>
</body>
</html>
</html>
public/503.html
View file @
0c1f6cc5
...
@@ -46,6 +46,14 @@
...
@@ -46,6 +46,14 @@
margin
:
40px
auto
;
margin
:
40px
auto
;
}
}
a
{
line-height
:
100px
;
font-weight
:
normal
;
color
:
#4A8BEE
;
font-size
:
18px
;
text-decoration
:
none
;
}
.container
{
.container
{
margin
:
auto
20px
;
margin
:
auto
20px
;
}
}
...
@@ -63,6 +71,7 @@
...
@@ -63,6 +71,7 @@
<hr
/>
<hr
/>
<p>
Try refreshing the page, or going back and attempting the action again.
</p>
<p>
Try refreshing the page, or going back and attempting the action again.
</p>
<p>
Please contact your GitLab administrator if this problem persists.
</p>
<p>
Please contact your GitLab administrator if this problem persists.
</p>
<a
href=
"javascript:history.back()"
>
Go back
</a>
</div>
</div>
</body>
</body>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment