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
Merge requests
!405
Resolve "Fix PWA offline fallback page"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Fix PWA offline fallback page"
324-fix-pwa-offline-fallback-page
into
master
Overview
11
Commits
3
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Merged
Hangzhi Yu
requested to merge
324-fix-pwa-offline-fallback-page
into
master
4 years ago
Overview
11
Commits
3
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
#324 (closed)
Edited
4 years ago
by
Hangzhi Yu
0
0
Merge request reports
Viewing commit
3624dbf9
Prev
Next
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3624dbf9
Add page title to offline fallback page template
· 3624dbf9
Hangzhi Yu
authored
4 years ago
aleksis/core/templates/offline.html
+
2
−
0
Options
@@ -2,6 +2,8 @@
{% load i18n %}
{% block browser_title %}{% blocktrans %}Network error{% endblocktrans %}{% endblock %}
{% block content %}
<h3><i
class=
"material-icons left medium"
style=
"font-size: 2.92rem;"
>
signal_wifi_off
</i>
{% blocktrans %}No internet
connection.{% endblocktrans %}
</h3>
Loading