Skip to content

Fix link issue with the python and ruby partial tiles #30149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<div class="container cards-dd">
<div class="row row-cols-2 row-cols-sm-3 g-3 justify-content-center">
<div class="col">
<a class="card h-100" href="python">
<a class="card h-100" href="/error_tracking/backend/capturing_handled_errors/python">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/python.png" "class" "img-fluid" "alt" "Python" "width" "400") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="ruby">
<a class="card h-100" href="/error_tracking/backend/capturing_handled_errors/ruby">
<div class="card-body text-center py-2 px-1">
{{ partial "img.html" (dict "root" . "src" "integrations_logos/ruby.png" "class" "img-fluid" "alt" "Ruby" "width" "400") }}
</div>
Expand Down
Loading