Commit 0c1f6cc5 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra

added go back anchor on error pages

parent 278baa5b
......@@ -46,6 +46,14 @@
margin: 40px auto;
}
a {
line-height: 100px;
font-weight: normal;
color: #4A8BEE;
font-size: 18px;
text-decoration: none;
}
.container {
margin: auto 20px;
}
......@@ -63,6 +71,7 @@
<hr />
<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>
<a href="javascript:history.back()">Go back</a>
</div>
</body>
</html>
......@@ -46,6 +46,14 @@
margin: 40px auto;
}
a {
line-height: 100px;
font-weight: normal;
color: #4A8BEE;
font-size: 18px;
text-decoration: none;
}
.container {
margin: auto 20px;
}
......@@ -63,6 +71,7 @@
<hr />
<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>
<a href="javascript:history.back()">Go back</a>
</div>
</body>
</html>
......@@ -46,6 +46,14 @@
margin: 40px auto;
}
a {
line-height: 100px;
font-weight: normal;
color: #4A8BEE;
font-size: 18px;
text-decoration: none;
}
.container {
margin: auto 20px;
}
......@@ -63,6 +71,7 @@
<hr />
<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>
<a href="javascript:history.back()">Go back</a>
</div>
</body>
</html>
......@@ -46,6 +46,14 @@
margin: 40px auto;
}
a {
line-height: 100px;
font-weight: normal;
color: #4A8BEE;
font-size: 18px;
text-decoration: none;
}
.container {
margin: auto 20px;
}
......@@ -63,6 +71,7 @@
<hr />
<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>
<a href="javascript:history.back()">Go back</a>
</div>
</body>
</html>
......@@ -46,6 +46,14 @@
margin: 40px auto;
}
a {
line-height: 100px;
font-weight: normal;
color: #4A8BEE;
font-size: 18px;
text-decoration: none;
}
.container {
margin: auto 20px;
}
......@@ -63,6 +71,7 @@
<hr />
<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>
<a href="javascript:history.back()">Go back</a>
</div>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment