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
!991
Add base template for plain prints and optimize PDF generation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add base template for plain prints and optimize PDF generation
feature/template-plain-prints
into
master
Overview
3
Commits
6
Pipelines
19
Changes
8
All threads resolved!
Hide all comments
Merged
Jonathan Weth
requested to merge
feature/template-plain-prints
into
master
3 years ago
Overview
3
Commits
6
Pipelines
19
Changes
8
All threads resolved!
Hide all comments
Expand
Necessary for AlekSIS-App-Kort
Edited
2 years ago
by
Jonathan Weth
0
0
Merge request reports
Viewing commit
0e943984
Show latest version
8 files
+
120
−
31
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
Verified
0e943984
Merge branch 'master' into feature/template-plain-prints
· 0e943984
Jonathan Weth
authored
3 years ago
aleksis/core/templates/core/base.html
+
1
−
8
Options
@@ -67,18 +67,11 @@
<body
{%
if
no_menu
%}
class=
"without-menu"
{%
endif
%}
>
<header>
<!-- Menu button (sidenav) -->
<div
class=
"container"
>
<a
href=
"#"
data-target=
"slide-out"
class=
"top-nav sidenav-trigger hide-on-large-only"
>
<i
class=
"material-icons iconify"
data-icon=
"mdi:menu"
></i>
</a>
</div>
<!-- Nav bar (logged in as, logout) -->
<nav
class=
"nav-extended"
>
<div
class=
"nav-wrapper"
>
<a
href=
"#"
data-target=
"slide-out"
class=
"top-nav sidenav-trigger hide-on-large-only"
>
<i
class=
"material-icons
"
>
menu
</i>
<i
class=
"material-icons
iconify"
data-icon=
"mdi:
menu
"
>
</i>
</a>
<a
class=
"brand-logo"
href=
"/"
>
{{ request.site.preferences.general__title }}
</a>
Loading