debian-mirror-gitlab/app/views/layouts/header/_whats_new_dropdown_item.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
311 B
Text
Raw Normal View History

2021-04-29 21:17:54 +05:30
- if display_whats_new?
%li
%button.gl-justify-content-space-between.gl-align-items-center.js-whats-new-trigger{ type: 'button', class: 'gl-display-flex!' }
= _("What's new")
2022-04-04 11:22:00 +05:30
= gl_badge_tag whats_new_most_recent_release_items_count, { size: :sm }, { class: 'js-whats-new-notification-count' }