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:
authorKushal Pandya <kushal@gitlab.com>2016-12-23 12:37:12 +0300
committerKushal Pandya <kushal@gitlab.com>2016-12-31 09:13:08 +0300
commitdd5ffd9ca648dba4c0b58be2172cd14c428fa654 (patch)
treec83bff9e852b8dacefb3cee11920bde1c8d0eb81 /app/views/projects/snippets
parent7157f5857a187cfa7011ef7e0077d599e846d452 (diff)
HAMLLint: Fix `ImplicitDiv` offences
Diffstat (limited to 'app/views/projects/snippets')
-rw-r--r--app/views/projects/snippets/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/snippets/show.html.haml b/app/views/projects/snippets/show.html.haml
index 79d87b7db12..485b23815bc 100644
--- a/app/views/projects/snippets/show.html.haml
+++ b/app/views/projects/snippets/show.html.haml
@@ -15,4 +15,4 @@
.row-content-block.top-block.content-component-block
= render 'award_emoji/awards_block', awardable: @snippet, inline: true
- %div#notes= render "projects/notes/notes_with_form"
+ #notes= render "projects/notes/notes_with_form"