Step 3: Version Control for Snippets: Refactor views to use snippet repository (MVP)

Important: All the new functionality must be implemented behind the feature flag :version_snippets. Besides, it has to be scoped for projects. Therefore, instead of checking if the feature flag is enabled or not (Feature.enabled?(:version_snippets)), we will check if the feature flag is enabled for specific projects (Feature.enabled?(:version_snippets, project)). This way, for testing purposes, we can enable the feature flag on the project gitlab-org/gitlab for example, instead of enabling it globally.

This issue focuses on updating the views in order to use the snippet repository content

This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.

Edited by 🤖 GitLab Bot 🤖