Skip to content
代码片段 群组 项目
提交 0afad135 编辑于 作者: Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
浏览文件

Fix assign-to-me button align at issue form

上级 1b49ae2e
No related branches found
No related tags found
无相关合并请求
...@@ -20,8 +20,11 @@ ...@@ -20,8 +20,11 @@
%i.icon-user %i.icon-user
Assign to Assign to
.input .input
= f.select(:assignee_id, @project.users.alphabetically.collect {|p| [ p.name, p.id ] }, { include_blank: "Select a user" }, {class: 'chosen'}) .pull-left
= link_to 'Assign to me', '#', class: 'btn btn-small assign-to-me-link' = 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 .issue_milestone.pull-left
= f.label :milestone_id do = f.label :milestone_id do
%i.icon-time %i.icon-time
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册