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
!99
Add PWA to AlekSIS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add PWA to AlekSIS
merge/pwa
into
master
Overview
7
Commits
8
Pipelines
5
Changes
15
1 unresolved thread
Hide all comments
Merged
Jonathan Weth
requested to merge
merge/pwa
into
master
5 years ago
Overview
7
Commits
8
Pipelines
5
Changes
15
1 unresolved thread
Hide all comments
Expand
Merge from SchoolApps
Close
#67 (closed)
Edited
5 years ago
by
Jonathan Weth
0
0
Merge request reports
Compare
master
version 4
426f2fb1
5 years ago
version 3
128b8f24
5 years ago
version 2
25ca5cc8
5 years ago
version 1
97b67c31
5 years ago
master (base)
and
version 3
latest version
f4c2d237
8 commits,
5 years ago
version 4
426f2fb1
7 commits,
5 years ago
version 3
128b8f24
6 commits,
5 years ago
version 2
25ca5cc8
5 commits,
5 years ago
version 1
97b67c31
4 commits,
5 years ago
15 files
+
175
−
172
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/dashboard/views/tools.py
+
0
−
4
Options
@@ -3,9 +3,5 @@ from django.shortcuts import render
from
meta
import
OPEN_SOURCE_COMPONENTS
def
offline
(
request
):
return
render
(
request
,
'
common/offline.html
'
)
def
about
(
request
):
return
render
(
request
,
"
common/about.html
"
,
context
=
{
"
components
"
:
OPEN_SOURCE_COMPONENTS
})
Loading