summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-22 16:15:32 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-22 16:15:32 -0800
commit367cd8ac75eb53b0d7a94e9803fe2f881bd86313 (patch)
tree2d726f4822c2bc1b748177781dd0221f85f252e0 /app/views/projects/issues/show.html.haml
parent1ef0ac505caec5450c2beb8a69710e86736d9e04 (diff)
downloadgitlab-ce-issuable-white-bg.tar.gz
Remove gray background from issue/mr/milestone backgroundissuable-white-bg
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/issues/show.html.haml')
-rw-r--r--app/views/projects/issues/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index 7ed898ce72f..51dcca7a1ab 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -35,7 +35,7 @@
Edit
.issue-details.issuable-details
- .detail-page-description.gray-content-block.second-block
+ .detail-page-description.content-block
%h2.title
= markdown escape_once(@issue.title), pipeline: :single_line
%div
@@ -50,7 +50,7 @@
.merge-requests
= render 'merge_requests'
- .gray-content-block.second-block.oneline-block
+ .content-block
= render 'votes/votes_block', votable: @issue
.row