summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2018-09-25 13:33:48 -0400
committerMark Lapierre <mlapierre@gitlab.com>2018-09-25 14:03:57 -0400
commitd8416288d360503bd2f208b62d5dae6df83206e8 (patch)
tree94c9415f9b859721ae19d4f059e81ca0a94527ef /app
parent4ca1afec3534b7e70454bfd99552804c55ca0c83 (diff)
downloadgitlab-ce-ml-qa-code-owners.tar.gz
Add support for pushing and viewing filesml-qa-code-owners
The MR below adds a test for the code owners feature. This adds the part of those changes specific to CE - the ability to add and view files in a project. https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7368
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/tree/_tree_content.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree_content.html.haml b/app/views/projects/tree/_tree_content.html.haml
index 587aeafa82f..5e0523f0b96 100644
--- a/app/views/projects/tree/_tree_content.html.haml
+++ b/app/views/projects/tree/_tree_content.html.haml
@@ -1,6 +1,6 @@
.tree-content-holder.js-tree-content{ 'data-logs-path': @logs_path }
.table-holder
- %table.table#tree-slider{ class: "table_#{@hex_path} tree-table" }
+ %table.table#tree-slider{ class: "table_#{@hex_path} tree-table qa-file-tree" }
%thead
%tr
%th= s_('ProjectFileTree|Name')