Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
12f3cdf4
Verified
Commit
12f3cdf4
authored
1 year ago
by
jindra12
Browse files
Options
Downloads
Patches
Plain Diff
Add calendar time under date, make date accessible
#189
parent
538b6f38
No related branches found
No related tags found
2 merge requests
!787
Release
,
!755
Add calendar time under date, make date accessible
Pipeline
#12568
passed
1 year ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
shared/templates/shared/calendar_current_events_snippet.html
+8
-2
8 additions, 2 deletions
shared/templates/shared/calendar_current_events_snippet.html
with
8 additions
and
2 deletions
shared/templates/shared/calendar_current_events_snippet.html
+
8
−
2
View file @
12f3cdf4
...
@@ -19,8 +19,14 @@
...
@@ -19,8 +19,14 @@
</div>
</div>
<div
class=
"col-span-8 grid grid-cols-3 col-gap-4 calendar-table-row__col calendar-table-row__col--norborder"
>
<div
class=
"col-span-8 grid grid-cols-3 col-gap-4 calendar-table-row__col calendar-table-row__col--norborder"
>
<div
class=
"col-span-3 md:col-span-1"
>
<div
class=
"col-span-3 md:col-span-1"
>
<strong
class=
"block"
>
{{ event.start|date:"l j. E"|capfirst }}
</strong>
<strong
class=
"block"
>
<p
class=
"font-light text-sm mt-1"
>
{{ event.duration }}
</p></div>
<time
datetime=
"{{ event.start|date:"
Y-m-d
H:m
"|
capfirst
}}"
>
{{ event.start|date:"l j. E"|capfirst }}
</time>
</strong>
<p
class=
"font-light text-sm mt-1"
aria-hidden=
"true"
>
{{ event.start|date:"G:i" }}
</p>
<p
class=
"font-light text-sm mt-1"
>
{{ event.duration }}
</p>
</div>
<div
class=
"col-span-3 md:col-span-2 mt-4 md:mt-0 overflow-hidden"
>
<div
class=
"col-span-3 md:col-span-2 mt-4 md:mt-0 overflow-hidden"
>
<span
class=
"font-bold block"
>
<span
class=
"font-bold block"
>
{{ event.summary }}
{{ event.summary }}
...
...
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