Skip to content

[#22826] Ensure find_file_link and download button is part of file tree header

What does this MR do?

Fixes the issue in https://gitlab.com/gitlab-org/gitlab-ce/issues/22826 to ensure File tree views on both Project main page and Repository tree page has the Find File button

Are there points in the code the reviewer needs to double check?

In this MR, moved the projects/find_file_link (and projects/buttons/download) as part of the Tree Header

And have both the Project and File Tree views to render render 'projects/files' to ensure both shares the same view.

Why was this MR needed?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22826

Screenshots (if relevant)

After this fix Screen_Shot_2017-03-10_at_11.05.49_AM Screen_Shot_2017-03-10_at_11.05.44_AM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/22826

Closes #22826 (closed)

Merge request reports