Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
252e03f0bc17
Commit
de2c189e
authored
Mar 22, 2013
by
Dmitriy Zaporozhets
Browse files
fix blame view head nav
parent
80435a9e6ae5
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/views/blame/_head.html.haml
View file @
252e03f0
%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
]
app/views/blame/show.html.haml
View file @
252e03f0
...
...
@@ -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
|
...
...
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