Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Teckids
Team PR
teckids.org
Merge requests
!42
Stylize teckids event
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Stylize teckids event
stylize_teckids_event
into
master
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
codecraft
requested to merge
stylize_teckids_event
into
master
1 year ago
Overview
0
Commits
7
Pipelines
0
Changes
1
Expand
Stylizes the
teckids_event
-shortcode.
Adds possiblity for shortcode bodies.
0
0
Merge request reports
Viewing commit
86f038b1
Prev
Next
Show latest version
1 file
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
86f038b1
vcenter buttons and put body in left column
· 86f038b1
codecraft
authored
1 year ago
templates/shortcodes/teckids_event.html
+
7
−
7
Options
@@ -4,7 +4,7 @@
<section
class=
"section event-section"
>
<div
class=
"card event-card"
>
<div
class=
"card-content"
>
<div
class=
"columns"
>
<div
class=
"columns
is-vcentered
"
>
<div
class=
"column is-two-thirds event-info"
>
<h3
class=
"title is-5"
>
{{ event.display_name }}
</h3>
<p
class=
"subtitle is-6"
>
{{ event.description }}
</p>
@@ -31,9 +31,14 @@
</div>
</div>
</div>
{%if body %}
<div
class=
"content"
>
{{ body|markdown|safe }}
</div>
{% endif %}
</div>
<div
class=
"column is-one-third"
>
<div
class=
"buttons are-responsive are-medium
is-fullheight is-flex is-justify-content-space-between
"
>
<div
class=
"buttons are-responsive are-medium"
>
<a
class=
"button is-primary is-fullwidth is-justify-content-start"
href=
"https://ticdesk.teckids.org/app/paweljong/event/{{ slug }}"
>
<span
class=
"icon"
><i
class=
"fa-regular fa-paper-plane"
></i></span>
@@ -52,11 +57,6 @@
</div>
</div>
</div>
{%if body %}
<div
class=
"content"
>
{{ body|markdown|safe }}
</div>
{% endif %}
</div>
</div>
</section>
Loading