Commit 0afad135 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix assign-to-me button align at issue form

parent 1b49ae2e
......@@ -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
......
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