Skip to content
Snippets Groups Projects
Commit 5c49cf6c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix blame view head nav

parent 0e4b2395
No related branches found
No related tags found
19 merge requests!104685 0 stable,!52746 1 stable,!3933Merge 5.0.1 into 5.1,!3723Patch 1,!3653Corrected command to create the git user #3650,!3635Swapped gem db configs,!3605Patch 1,!3580Implemented code search feature,!3565Added missing chr.,!3529Updating installation guide for 5.0,!3524Patch 1,!3450Patch 1,!3423Update installation.md : add libpq-dev,!3421Synchronize the user name.,!3344Default user is 'git', not 'gitlab'.,!3340Addition to installation instructions,!3366Fixed Typo,!3323Fix small typo in installation guide,!3320Add libmysqlclient-dev to required packages
%ul.nav.nav-tabs
%li
= render partial: 'shared/ref_switcher', locals: {destination: 'tree', path: params[:path]}
= nav_link(controller: :refs) do
= link_to 'Source', project_tree_path(@project, @ref)
%li.pull-right
= render "shared/clone_panel"
%div.tree-ref-holder
= render 'shared/ref_switcher', destination: 'tree', path: params[:path]
Loading
Loading
@@ -3,7 +3,7 @@
#tree-holder.tree-holder
%ul.breadcrumb
%li
%span.arrow
%i.icon-angle-right
= link_to project_tree_path(@project, @ref) do
= @project.name
- @tree.breadcrumbs(6) do |link|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment