Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IGWN Computing and Software
GraceDB
GraceDB Server
Merge requests
!16
Added text to 404 template to suggest logging in might help
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added text to 404 template to suggest logging in might help
duncanmmacleod/gracedb:404-login
into
master
Overview
0
Commits
1
Pipelines
4
Changes
1
Merged
Duncan Macleod
requested to merge
duncanmmacleod/gracedb:404-login
into
master
5 years ago
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
This patch adds a prompt to the 404 page to suggest that logging in might resolve the issue.
0
0
Merge request reports
Compare
master
version 3
a76fd712
5 years ago
version 2
a76fd712
5 years ago
version 1
b3f2f470
5 years ago
master (base)
and
latest version
latest version
353ac75c
1 commit,
5 years ago
version 3
a76fd712
1 commit,
5 years ago
version 2
a76fd712
1 commit,
5 years ago
version 1
b3f2f470
1 commit,
5 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
gracedb/templates/404.html
+
1
−
0
Options
@@ -5,4 +5,5 @@
{% block content %}
<p>
The item you requested was not found.
</p>
<p>
This may be because the item is restricted to be viewed only by authorised persons, if you have authorisation, please log in and try again.
</p>
{% endblock %}
Loading