diff options
author | Rubén Dávila <rdavila84@gmail.com> | 2016-01-27 20:58:08 -0500 |
---|---|---|
committer | Rubén Dávila <rdavila84@gmail.com> | 2016-02-02 17:46:55 -0500 |
commit | bf181c614abd57f3b40db1b080a143559800766f (patch) | |
tree | 51f76d75ae85d2b17443a7f9ba4b9d346f712fea /app/views/projects/milestones | |
parent | 4dff27eca50339b799b26338543648953760f1b8 (diff) | |
download | gitlab-ce-bf181c614abd57f3b40db1b080a143559800766f.tar.gz |
Remove gray background from detail.
Diffstat (limited to 'app/views/projects/milestones')
-rw-r--r-- | app/views/projects/milestones/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml index 460950d59d7..afdf18a14c9 100644 --- a/app/views/projects/milestones/show.html.haml +++ b/app/views/projects/milestones/show.html.haml @@ -32,7 +32,7 @@ = icon('pencil-square-o') Edit -.detail-page-description.content-block +.detail-page-description.milestone-detail.second-block %h2.title = markdown escape_once(@milestone.title), pipeline: :single_line %div |