diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-11 21:03:43 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-11 21:03:43 +0200 |
commit | d39948a8d000edaf84a74ea2a9a58b6e230e0041 (patch) | |
tree | dd1fe8197860a9aae88fb559a2572fd074ce8682 /app/views/projects/issues/show.html.haml | |
parent | c61512d4e18a873df229ba2fddb28dfddc423009 (diff) | |
download | gitlab-ce-d39948a8d000edaf84a74ea2a9a58b6e230e0041.tar.gz |
Restore old padding for wiki blocks
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.haml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml index 5033dfefe2e..cd4a158e427 100644 --- a/app/views/projects/issues/show.html.haml +++ b/app/views/projects/issues/show.html.haml @@ -46,9 +46,10 @@ = render partial: 'issue_context', locals: { issue: @issue } - if @issue.description.present? - .wiki - = preserve do - = markdown @issue.description + .description + .wiki + = preserve do + = markdown @issue.description - content_for :note_actions do - if can?(current_user, :modify_issue, @issue) |