Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hifis.net
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HIFIS
Overall
hifis.net
Merge requests
!238
Mod proposals to Kroki post
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Mod proposals to Kroki post
kroki-post-uj
into
kroki-post
Overview
12
Commits
10
Pipelines
0
Changes
1
Merged
Uwe Jandt (DESY, HIFIS)
requested to merge
kroki-post-uj
into
kroki-post
3 years ago
Overview
11
Commits
10
Pipelines
0
Changes
1
Expand
According to
earlier comment
:
try to reduce the hurdle for Gitlab non-natives using easier wording, some basic gitlab intro, link to actual gitlab examples.
To do:
Easier intro text and links.
Create Gitlab example project and link to it.
make that example public
do this in parent branch kroki-post
clarify post categories/types and show on front page ----> move to extra issue/MR
Review app
Edited
3 years ago
by
Uwe Jandt (DESY, HIFIS)
0
0
Merge request reports
Viewing commit
a3ca938e
Prev
Next
Show latest version
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a3ca938e
Basic display of category, needs formatting
· a3ca938e
Uwe Jandt (DESY, HIFIS)
authored
3 years ago
_includes/cards/post_card.html
+
4
−
0
Options
@@ -25,6 +25,10 @@ post: The post which sould be displayed on the card
<i
class=
"fas fa-calendar-day"
aria-hidden=
"true"
></i>
{{ include.post.date | date: "%d.
 
%b.
 
%y" }}
</span>
<span
class=
"badge badge-secondary"
>
<i
class=
"fas fa-tag"
aria-hidden=
"true"
></i>
{{ include.post.categories }}
</span>
</div>
<div
class=
"card-text"
>
<a
href=
"{{ include.post.url | relative_url }}"
class=
"stretched-link"
>
Loading