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:
authorNur Rony <pro.nmrony@gmail.com>2016-10-24 10:02:15 +0300
committerNur Rony <pro.nmrony@gmail.com>2016-10-24 10:02:15 +0300
commit884d49ea991322f6530b3281a980527cfb909bb7 (patch)
treea04572cf8a79575ba242615daf80776f2fbada5b /app/views/projects/issues/show.html.haml
parentfd28ff5c040ffcc3e0dd664ed318f4c3d75eda07 (diff)
code formatting corrected
Diffstat (limited to 'app/views/projects/issues/show.html.haml')
-rw-r--r--app/views/projects/issues/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index 6defd7834bf..bd629b5c519 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -53,7 +53,7 @@
.issue-details.issuable-details
- .detail-page-description.content-block{class: ('hide-bottom-border' unless @issue.description.present? )}
+ .detail-page-description.content-block{ class: ('hide-bottom-border' unless @issue.description.present? ) }
%h2.title
= markdown_field(@issue, :title)
- if @issue.description.present?