Commit d3baec9a authored by Mike Greiling's avatar Mike Greiling

remove whitespace surrounding inline list controls

parent 80a0a6a8
......@@ -18,7 +18,7 @@
- if @project.protected_branch? branch.name
%span.label.label-success
protected
.controls.hidden-xs
.controls.hidden-xs<
- if merge_project && create_mr_button?(@repository.root_ref, branch.name)
= link_to create_mr_path(@repository.root_ref, branch.name), class: 'btn btn-default' do
Merge Request
......
- if !project.empty_repo? && can?(current_user, :download_code, project)
.project-action-button.dropdown.inline
.project-action-button.dropdown.inline>
%button.btn{ 'data-toggle' => 'dropdown' }
= icon('download')
= icon("caret-down")
......
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