Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
thomasDOTwtf
hub
Commits
c766250f
Commit
c766250f
authored
Aug 15, 2023
by
drscream
Browse files
Options
Downloads
Plain Diff
Merge branch 'weeman/improve-calendar-titles' into 'develop'
Event-Titel im Kalender besser lesbar machen Closes
#358
See merge request
!670
parents
a3f75f40
422fa9a5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plainui/jinja2/plainui/components/calendar.html
+2
-2
2 additions, 2 deletions
src/plainui/jinja2/plainui/components/calendar.html
with
2 additions
and
2 deletions
src/plainui/jinja2/plainui/components/calendar.html
+
2
−
2
View file @
c766250f
...
@@ -45,11 +45,11 @@
...
@@ -45,11 +45,11 @@
}, entry.event.id) }}
}, entry.event.id) }}
{% endif %}
{% endif %}
<figure
class=
"p-0 my-0 mx-1 d-flex flex-column hub-fahrplan__room-event"
style=
"height: {{ h(entry.minutes) }};"
>
<figure
class=
"p-0 my-0 mx-1 d-flex flex-column hub-fahrplan__room-event"
style=
"height: {{ h(entry.minutes) }};"
>
<
h2
class=
"p
x
-1 mb-1 hub-fahrplan__event_title text-center bg-secondary text-dark"
>
{{entry.event.name}}
<
div
class=
"p-1 mb-1 hub-fahrplan__event_title text-center bg-secondary text-dark
fw-bold
"
>
{{entry.event.name}}
{% if entry.event.language %}
{% if entry.event.language %}
<span
class=
"fs-medium font-sans-serif font-weight-normal text-lowercase"
>
({{entry.event.language}})
</span>
<span
class=
"fs-medium font-sans-serif font-weight-normal text-lowercase"
>
({{entry.event.language}})
</span>
{% endif %}
{% endif %}
</
h2
>
</
div
>
<div
class=
"p-1"
>
<div
class=
"p-1"
>
{% if entry.event.track_name %}
{% if entry.event.track_name %}
<p
class=
"fs-medium font-weight-bold"
>
{{entry.event.track_name}}
</p>
<p
class=
"fs-medium font-weight-bold"
>
{{entry.event.track_name}}
</p>
...
...
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