Commit 3ae87f4c authored by Nathan Friend's avatar Nathan Friend

Remove release notes from Tags page

This commit updates the Tags index page to no longer render release
notes underneath each tag. These release notes are still accessible in a
better format on the Releases page.
parent d89f1742
......@@ -27,9 +27,6 @@
= sprite_icon("rocket", size: 12)
= _("Release")
= link_to release.name, project_releases_path(@project, anchor: release.tag), class: 'gl-text-blue-600!'
- if release.description.present?
.md.gl-mt-3
= markdown_field(release, :description)
.row-fixed-content.controls.flex-row
- if tag.has_signature?
......
---
title: Remove release notes from Tags page
merge_request: 49979
author:
type: removed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment