Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-10 20:09:12 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-10 20:09:12 +0400
commite25656d09bea03892a1d7720cdd70894db7805aa (patch)
treeee40d4622c77526f5b36df7560b7f6b2fb2d5fa9 /app/views/issues
parentdd20da1bfff2cd5ea43c8c3c6837bd40e5f44f4f (diff)
Improve wiki typography
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/show.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml
index b96af36fcc0..10f647de3d2 100644
--- a/app/views/issues/show.html.haml
+++ b/app/views/issues/show.html.haml
@@ -51,8 +51,9 @@
- if @issue.description.present?
.ui-box-bottom
- = preserve do
- = markdown @issue.description
+ .wiki
+ = preserve do
+ = markdown @issue.description
.issue_notes.voting_notes#notes= render "notes/notes_with_form", tid: @issue.id, tt: "issue"