Commit dc4c6cbe authored by Phil Hughes's avatar Phil Hughes

Merge branch '46126-project-counters-space' into 'master'

Resolve "Uneven spaces between project page counters"

Closes #46126

See merge request gitlab-org/gitlab-ce!20753
parents dc7b4b7b ac893a8f
- if current_user
%button.btn.btn-default.star-btn.toggle-star{ type: "button", data: { endpoint: toggle_star_project_path(@project, :json) } }
%button.btn.btn-default.star-btn.toggle-star{ type: "button", data: { endpoint: toggle_star_project_path(@project, :json) } }>
- if current_user.starred?(@project)
= sprite_icon('star')
%span.starred= _('Unstar')
......
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