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
!40
Resolve "Icon for breaks is not helpful"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Icon for breaks is not helpful"
8-icon-for-breaks-is-not-helpful
into
master
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Julian
requested to merge
8-icon-for-breaks-is-not-helpful
into
master
11 months ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
Closes
#8 (closed)
0
0
Merge request reports
Viewing commit
477eb3d2
Show latest version
2 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
477eb3d2
Change break slot icon from horizontal sand timer to vertical
· 477eb3d2
Julian
authored
11 months ago
aleksis/apps/lesrooster/frontend/components/lesson_raster/SlotCard.vue
+
1
−
1
Options
@@ -41,7 +41,7 @@ export default defineComponent({
<v-card-text
class=
"d-flex align-center"
>
<v-col
cols=
"4"
class=
"text-h4"
>
<span
v-if=
"item.model === 'Slot'"
>
{{
item
.
period
}}
</span>
<v-icon
v-else
>
mdi-timer-sand
-paused
</v-icon>
<v-icon
v-else
>
mdi-timer-sand
</v-icon>
</v-col>
<v-col
cols=
"6"
>
Loading