Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Lesrooster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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®
Onboarding
AlekSIS-App-Lesrooster
Merge requests
!36
Draft: Resolve "[New data model] PDF export for "regular" timetable"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve "[New data model] PDF export for "regular" timetable"
46-new-data-model-pdf-export-for-regular-timetable
into
master
Overview
22
Commits
11
Pipelines
10
Changes
35
Open
Jonathan Weth
requested to merge
46-new-data-model-pdf-export-for-regular-timetable
into
master
11 months ago
Overview
19
Commits
11
Pipelines
10
Changes
35
Expand
Closes
#46
0
0
Merge request reports
Compare
master
version 9
fc1a3826
2 months ago
version 8
b49a907d
4 months ago
version 7
2e1c62d4
4 months ago
version 6
3204c261
7 months ago
version 5
71106734
10 months ago
version 4
245fb121
10 months ago
version 3
bf56787f
11 months ago
version 2
a3c51cfd
11 months ago
version 1
a3c51cfd
11 months ago
master (HEAD)
and
latest version
latest version
4dc81d21
11 commits,
2 months ago
version 9
fc1a3826
8 commits,
2 months ago
version 8
b49a907d
8 commits,
4 months ago
version 7
2e1c62d4
7 commits,
4 months ago
version 6
3204c261
7 commits,
7 months ago
version 5
71106734
7 commits,
10 months ago
version 4
245fb121
6 commits,
10 months ago
version 3
bf56787f
6 commits,
11 months ago
version 2
a3c51cfd
3 commits,
11 months ago
version 1
a3c51cfd
3 commits,
11 months ago
35 files
+
886
−
59
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
35
Search (e.g. *.vue) (Ctrl+P)
aleksis/apps/lesrooster/frontend/components/lesson_raster/LessonRaster.vue
+
2
−
2
Options
@@ -61,7 +61,7 @@
</v-list-item-icon>
<v-list-item-content>
<v-list-item-title>
{{
$t
(
"
actions.copy_last_configuration
"
)
}}
{{
$t
(
"
lesrooster.
actions.copy_last_configuration
"
)
}}
</v-list-item-title>
</v-list-item-content>
</v-list-item>
@@ -114,7 +114,7 @@
<v-icon>
mdi-application-export
</v-icon>
</v-btn>
</
template
>
<span
v-t=
"'actions.copy_to_day'"
></span>
<span
v-t=
"'
lesrooster.
actions.copy_to_day'"
></span>
</v-tooltip>
</template>
<v-list>
Loading