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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
58e887a1
Commit
58e887a1
authored
Aug 30, 2022
by
quido.zientek
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] TAG
parent
3810fc3e
Branches
Branches containing commit
No related tags found
3 merge requests
!607
Pirati.cz
,
!602
[FEATURE + FIX]
,
!575
Feature/pirati cz
Pipeline
#9580
passed
Aug 30, 2022
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/templates/main/includes/person_article_preview.html
+4
-2
4 additions, 2 deletions
main/templates/main/includes/person_article_preview.html
with
4 additions
and
2 deletions
main/templates/main/includes/person_article_preview.html
+
4
−
2
View file @
58e887a1
{% for article_page in article_data_list %}
<div
class=
"flex flex-col justify-between items-start mb-9"
>
<div
class=
"flex font-bold mb-4 text-xs text-white uppercase"
>
<span
class=
"bg-green-500 mr-1 px-1"
>
Duben 2022
</span>
<span
class=
"bg-violet-600 mr-1 px-1"
>
#ENERGETIKA
</span>
<span
class=
"bg-green-500 mr-1 px-1"
>
{{ article_page.date }}
</span>
{% for tag in article_page.tags.all %}
<span
class=
"bg-violet-600 mr-1 px-1"
>
{{ tag }}
</span>
{% endfor %}
</div>
<h4
class=
"head-3xl mb-4"
>
{{ article_page.title }}
...
...
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
sign in
to comment