issue-box content can be shown on sm devices easily

Signed-off-by: NDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
上级 1c23333f
= form_for [@project, @issue], remote: true, html: {class: 'edit-issue inline-update'} do |f|
.row
.col-md-6
.col-sm-6
%strong.append-right-10
Assignee:
......@@ -11,7 +11,7 @@
- else
None
.col-md-6.text-right
.col-sm-6.text-right
%strong.append-right-10
Milestone:
- if can?(current_user, :modify_issue, @issue)
......
= form_for [@project, @merge_request], remote: true, html: {class: 'edit-merge_request inline-update'} do |f|
.row
.col-md-6
.col-sm-6
%strong.append-right-10
Assignee:
......@@ -11,7 +11,7 @@
- else
None
.col-md-6.text-right
.col-sm-6.text-right
%strong.append-right-10
Milestone:
- if can?(current_user, :modify_merge_request, @merge_request)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册