summaryrefslogtreecommitdiff
path: root/app/views/projects/tree
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-22 16:30:09 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-31 11:43:08 +0530
commit7b1944f96c6513486cc4a7be30f912e2f7a1110b (patch)
treeb9ad52981d16422f01b4c49e8126ea7fe08c9020 /app/views/projects/tree
parentef3744d0cd644d75b7fa573777baf29950172623 (diff)
downloadgitlab-ce-7b1944f96c6513486cc4a7be30f912e2f7a1110b.tar.gz
HAMLLint: Fix `ClassAttributeWithStaticValue` offences
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r--app/views/projects/tree/_submodule_item.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_submodule_item.html.haml b/app/views/projects/tree/_submodule_item.html.haml
index 2b5f671c09e..04d52361db0 100644
--- a/app/views/projects/tree/_submodule_item.html.haml
+++ b/app/views/projects/tree/_submodule_item.html.haml
@@ -1,4 +1,4 @@
-%tr{ class: "tree-item" }
+%tr.tree-item
%td.tree-item-file-name
%i.fa.fa-archive.fa-fw
= submodule_link(submodule_item, @ref)