WebEditor: show branch #1705
This commit is contained in:
parent
d21443d1c6
commit
ec05d9daf9
|
@ -4,7 +4,7 @@
|
||||||
.file_title
|
.file_title
|
||||||
%i.icon-file
|
%i.icon-file
|
||||||
%span.file_name
|
%span.file_name
|
||||||
= @tree.path.force_encoding('utf-8')
|
= "#{@tree.path.force_encoding('utf-8')} (#{@ref})"
|
||||||
%span.options
|
%span.options
|
||||||
= link_to "cancel editing", project_tree_path(@project, @id), class: "btn very_small"
|
= link_to "cancel editing", project_tree_path(@project, @id), class: "btn very_small"
|
||||||
.file_content.code
|
.file_content.code
|
||||||
|
|
Loading…
Reference in a new issue