diff options
author | Mark Lapierre <mlapierre@gitlab.com> | 2018-09-25 13:33:48 -0400 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2018-10-17 15:18:22 -0400 |
commit | c57ac000067b73640033a359267dbacf57e7d2d0 (patch) | |
tree | 775519a970ddaf0d294416552373b2860ab357ad /app/views/projects/tree | |
parent | 8131b64ae842cf304b049bb248560245a99bc26a (diff) | |
download | gitlab-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.haml | 2 |
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') |