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
0eb5b8fb
Commit
0eb5b8fb
authored
2 years ago
by
Tomáš Valenta
Browse files
Options
Downloads
Patches
Plain Diff
better naming, icons
parent
bb7ac1a8
No related branches found
No related tags found
2 merge requests
!722
better naming, icons
,
!721
Better naming, popout program icons
Pipeline
#11493
passed
2 years ago
Stage: build
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/blocks.py
+1
-1
1 addition, 1 deletion
main/blocks.py
main/templates/main/main_program_page.html
+1
-1
1 addition, 1 deletion
main/templates/main/main_program_page.html
with
2 additions
and
2 deletions
main/blocks.py
+
1
−
1
View file @
0eb5b8fb
...
...
@@ -188,7 +188,7 @@ class ProgramPopoutCategory(StructBlock):
class
Meta
:
icon
=
"
date
"
label
=
"
Vyskakovací bod
programu
"
label
=
"
Kategorie
programu
"
class
ProgramGroupBlock
(
ProgramGroupBlockMixin
):
...
...
This diff is collapsed.
Click to expand it.
main/templates/main/main_program_page.html
+
1
−
1
View file @
0eb5b8fb
...
...
@@ -87,7 +87,7 @@
{% for category in program_group.value.categories %}
<li
class=
"grow"
>
<div
class=
"flex gap-3 mb-3 items-center bg-grey-150 p-5"
>
{% image category.i
mage
height-2
0
as icon %}
{% image category.i
con
height-2
4
as icon %}
<img
src=
"{{ icon.url }}"
alt=
""
{%
comment
%}
(
decorative
image
,
https:
//
stackoverflow.com
/
a
/52557065)
{%
endcomment
%}
...
...
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