Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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®
Official
AlekSIS-App-Alsijil
Commits
f74d5ec4
Commit
f74d5ec4
authored
1 year ago
by
permcu
Browse files
Options
Downloads
Patches
Plain Diff
Do proper date localization
parent
8515fa1b
No related branches found
No related tags found
2 merge requests
!352
Draft: Resolve "Add dialog with each lesson's students"
,
!350
Resolve "Add simple course book list"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/alsijil/frontend/components/Coursebook.vue
+1
-1
1 addition, 1 deletion
aleksis/apps/alsijil/frontend/components/Coursebook.vue
with
1 addition
and
1 deletion
aleksis/apps/alsijil/frontend/components/Coursebook.vue
+
1
−
1
View file @
f74d5ec4
...
...
@@ -13,7 +13,7 @@
two-line
>
<v-list-item-content>
<v-list-item-title>
{{
day
[
0
]
.
toLocaleString
(
)
}}
</v-list-item-title>
<v-list-item-title>
{{
$d
(
day
[
0
]
,
"
short
"
)
}}
</v-list-item-title>
<v-list>
<!-- I know slice copies the array. But show me something better. -->
<v-list-item
v-for=
"doc in day.slice(1)"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment