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
12
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
12
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
6d6e1833
Show latest version
12 files
+
172
−
107
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
Verified
6d6e1833
Merge branch 'master' into feature/template-plain-prints
· 6d6e1833
Jonathan Weth
authored
2 years ago
aleksis/core/assets/components/notifications/NotificationItem.vue
+
1
−
1
Options
@@ -22,7 +22,7 @@
<v-list-item-action
v-if=
"notification.link"
>
<v-btn
text
:href=
"notification.link"
>
{{
$
root
.
django
.
gettext
(
'
M
ore
information
→
'
)
}}
{{
$
t
(
'
notifications.m
ore
_
information
'
)
}}
→
</v-btn>
</v-list-item-action>
Loading