Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
97237e50
Unverified
Commit
97237e50
authored
Sep 25, 2018
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
#12527
parent
5971e002
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/main/webapp/error/401.ftl
src/main/webapp/error/401.ftl
+1
-1
src/main/webapp/error/403.ftl
src/main/webapp/error/403.ftl
+1
-1
src/main/webapp/images/401.png
src/main/webapp/images/401.png
+0
-0
No files found.
src/main/webapp/error/401.ftl
View file @
97237e50
...
...
@@ -21,7 +21,7 @@
<@commonPage "401 Unauthorized!">
<h2>401 Unauthorized!</h2>
<img class="img-error" src="${staticServePath}/images/40
3
.png" alt="401" title="401 Unauthorized!" />
<img class="img-error" src="${staticServePath}/images/40
1
.png" alt="401" title="401 Unauthorized!" />
<div class="a-error">
Please <a href="${loginURL}">Login</a> or return to <a href="${servePath}">Index</a>.
</div>
...
...
src/main/webapp/error/403.ftl
View file @
97237e50
...
...
@@ -23,6 +23,6 @@
<h2>403 Forbidden!</h2>
<img class="img-error" src="${staticServePath}/images/403.png" alt="403" title="403 Forbidden!" />
<div class="a-error">
Please <a href="${loginURL}">Login</a> or r
eturn to <a href="${servePath}">Index</a>.
R
eturn to <a href="${servePath}">Index</a>.
</div>
</@commonPage>
src/main/webapp/images/401.png
0 → 100644
View file @
97237e50
22.3 KB
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