Skip to content
Snippets Groups Projects
Commit dc4c6cbe authored by Phil Hughes's avatar Phil Hughes
Browse files

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
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
- 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')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment