Merge pull request #1229 from scambelo/fix-gitlab-shortcode-url

fix GitLab shortcode link url
This commit is contained in:
Nuno Coração 2024-02-12 22:05:34 +00:00 committed by GitHub
commit 9e381ed619
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
{{- $gitLabData := getJSON ($gitlabURL) -}} {{- $gitLabData := getJSON ($gitlabURL) -}}
{{- with $gitLabData -}} {{- with $gitLabData -}}
<a target="_blank" href="{{ .html_url }}" class="cursor-pointer"> <a id="{{ $id }}" target="_blank" href="{{ .web_url }}" class="cursor-pointer">
<div class="w-full md:w-auto pt-3 p-5 border border-neutral-200 dark:border-neutral-700 border rounded-md shadow-2xl"> <div class="w-full md:w-auto pt-3 p-5 border border-neutral-200 dark:border-neutral-700 border rounded-md shadow-2xl">
<div class="flex items-center"> <div class="flex items-center">