Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
5c49cf6c
Commit
5c49cf6c
authored
12 years ago
by
Dmitriy Zaporozhets
Browse files
Options
Download
Email Patches
Plain Diff
fix blame view head nav
parent
0e4b2395
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
app/views/blame/_head.html.haml
app/views/blame/_head.html.haml
+2
-7
app/views/blame/show.html.haml
app/views/blame/show.html.haml
+1
-1
No files found.
app/views/blame/_head.html.haml
View file @
5c49cf6c
%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
]
This diff is collapsed.
Click to expand it.
app/views/blame/show.html.haml
View file @
5c49cf6c
...
...
@@ -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
|
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment