From 884d49ea991322f6530b3281a980527cfb909bb7 Mon Sep 17 00:00:00 2001 From: Nur Rony Date: Mon, 24 Oct 2016 13:02:15 +0600 Subject: code formatting corrected --- app/views/projects/issues/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') 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? -- cgit v1.2.3