summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_whats_new_dropdown_item.html.haml
blob: 6473d9c8dd4dea44d24f0783820fbdd972f00678 (plain)
1
2
3
4
5
- 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")
      = gl_badge_tag whats_new_most_recent_release_items_count, { size: :sm }, { class: 'js-whats-new-notification-count' }