Skip to content
Snippets Groups Projects
Commit 0afad135 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix assign-to-me button align at issue form

parent 1b49ae2e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,8 +20,11 @@
%i.icon-user
Assign to
.input
= f.select(:assignee_id, @project.users.alphabetically.collect {|p| [ p.name, p.id ] }, { include_blank: "Select a user" }, {class: 'chosen'})
= link_to 'Assign to me', '#', class: 'btn btn-small assign-to-me-link'
.pull-left
= f.select(:assignee_id, @project.users.alphabetically.collect {|p| [ p.name, p.id ] }, { include_blank: "Select a user" }, {class: 'chosen'})
.pull-right
 
= link_to 'Assign to me', '#', class: 'btn btn-small assign-to-me-link'
.issue_milestone.pull-left
= f.label :milestone_id do
%i.icon-time
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