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:
authorCiro Santillli <ciro.santilli@gmail.com>2014-02-04 11:48:33 +0400
committerCiro Santillli <ciro.santilli@gmail.com>2014-02-11 19:23:33 +0400
commit61748c993de8a38300c0c038cec5a07e6c324cd6 (patch)
treeaf9693096914e2de64eaf5bdde06f59b90317eaa /app/views/projects/merge_requests/show/_mr_box.html.haml
parent1284f21c073e42c44b9faa7b0ad1ec90b66ca8fb (diff)
Headers have ids and link to their own id.
Diffstat (limited to 'app/views/projects/merge_requests/show/_mr_box.html.haml')
-rw-r--r--app/views/projects/merge_requests/show/_mr_box.html.haml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/projects/merge_requests/show/_mr_box.html.haml b/app/views/projects/merge_requests/show/_mr_box.html.haml
index b4f648ab197..9b95c092187 100644
--- a/app/views/projects/merge_requests/show/_mr_box.html.haml
+++ b/app/views/projects/merge_requests/show/_mr_box.html.haml
@@ -15,10 +15,9 @@
- if @merge_request.description.present?
- .description
- .wiki
- = preserve do
- = markdown @merge_request.description
+ .wiki
+ = preserve do
+ = markdown @merge_request.description
- if @merge_request.closed?
.description.alert-danger