Remove extra whitespace in star project button

This commit is contained in:
Annabel Dunstone Gray 2018-07-20 12:16:52 -05:00
parent d15309cafd
commit ac893a8fc4
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
- 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')