Commit 368ab590 authored by Dietrich Stein's avatar Dietrich Stein

Adds sprite icon to chevron

Adds a changelog entry

Renames changelog YAML

Merges database schema from master
parent af852707
- if can?(current_user, :read_operations_dashboard)
%button#js-dashboards-menu.btn-link{ type: 'button', data: { toggle: 'dropdown' }, 'aria-label': _('Operations Dashboard'), 'aria-haspopup': true, 'aria-expanded': false }
= sprite_icon('dashboard', size: 18)
= sprite_icon('angle-down', css_class: 'caret-down')
.dropdown-menu{ 'aria-labelledby': "js-dashboards-menu" }
.dropdown-bold-header
= _('Dashboards')
......
---
title: Adds a downard chevron to Dashboards icon in the header
merge_request: 14711
author:
type: fixed
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