summaryrefslogtreecommitdiff
path: root/app/views/projects/tree
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2018-09-25 13:33:48 -0400
committerMark Lapierre <mlapierre@gitlab.com>2018-10-17 15:18:22 -0400
commitc57ac000067b73640033a359267dbacf57e7d2d0 (patch)
tree775519a970ddaf0d294416552373b2860ab357ad /app/views/projects/tree
parent8131b64ae842cf304b049bb248560245a99bc26a (diff)
downloadgitlab-ce-c57ac000067b73640033a359267dbacf57e7d2d0.tar.gz
Add support for pushing and viewing files
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/views/projects/tree')
-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')