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
!1066
Translations update from Weblate
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Translations update from Weblate
weblate
into
master
Overview
0
Commits
121
Pipelines
7
Changes
1
Closed
Weblate Push User
requested to merge
weblate
into
master
2 years ago
Overview
0
Commits
121
Pipelines
7
Changes
1
Expand
Translations update from
Weblate
for
AlekSIS/AlekSIS-Core
.
Current translation status:
0
0
Merge request reports
Viewing commit
0ef572f5
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
0ef572f5
Remove extra margin around iframe for legacy pages
· 0ef572f5
Jonathan Weth
authored
2 years ago
aleksis/core/assets/components/LegacyBaseTemplate.vue
+
1
−
1
Options
@@ -3,7 +3,7 @@
<loading
v-if=
"loading"
/>
<iframe
:src=
"'/django' + $route.path"
style=
"border: 0"
style=
"border: 0
; margin: -12px;
"
width=
"100%"
:height=
"iFrameHeight + 'px'"
@
load=
"load"
Loading