Commit de55d7aa authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

issue-box content can be shown on sm devices easily

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment