Skip to content
Snippets Groups Projects

Prepare common Vue app for Repository header area

All threads resolved!
12 files
+ 2
20
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -9,7 +9,7 @@
- compare_path = project_compare_index_path(@project, from: @repository&.root_ref, to: @ref)
#tree-holder.tree-holder.clearfix.js-per-page.gl-mt-5{ data: { blame_per_page: Gitlab::Git::BlamePagination::PAGINATION_PER_PAGE } }
- if Feature.enabled?(:common_repository_blob_header_app, current_user)
- if params[:common_repository_blob_header_app] == 'true'
#js-repository-blob-header-app{ data: { project_id: @project.id, ref_type: @ref_type.to_s, history_link: project_commits_path(@project, @ref), breadcrumbs: breadcrumb_data_attributes, project_root_path: project_path(@project), compare_path: compare_path } }
- else
Loading