Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
ed5d4077
Verified
Commit
ed5d4077
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Add retry button to 500 page
parent
b3ba3856
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!972
Add retry button to 500 page
Pipeline
#54428
passed
3 years ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+5
-0
5 additions, 0 deletions
CHANGELOG.rst
aleksis/core/templates/500.html
+4
-0
4 additions, 0 deletions
aleksis/core/templates/500.html
with
9 additions
and
0 deletions
CHANGELOG.rst
+
5
−
0
View file @
ed5d4077
...
...
@@ -9,6 +9,11 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Changed
~~~~~~~
* Added a `Retry` button to the server error page
`2.7.4`_ - 2022-02-09
---------------------
...
...
This diff is collapsed.
Click to expand it.
aleksis/core/templates/500.html
+
4
−
0
View file @
ed5d4077
...
...
@@ -16,6 +16,10 @@
{% endblocktrans %}
</p>
{% include "core/partials/admins_list.html" %}
<a
href=
"javascript:window.location.reload()"
class=
"btn green waves-effect waves-light"
>
<i
class=
"material-icons left"
>
refresh
</i>
{% trans "Retry" %}
</a>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment