Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-10-17 01:13:37 +0400
committerValeriy Sizov <vsv2711@gmail.com>2012-10-17 01:13:45 +0400
commitec05d9daf92ea1df8354dfb2c9cdcaea3d38b617 (patch)
treea5740b674a183d7664544ad29681988d22943374 /app/views/tree
parentd21443d1c6e8acd36f579e290c8b8cdcf70546fb (diff)
WebEditor: show branch #1705
Diffstat (limited to 'app/views/tree')
-rw-r--r--app/views/tree/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tree/edit.html.haml b/app/views/tree/edit.html.haml
index d84f542c849..e1a616ad564 100644
--- a/app/views/tree/edit.html.haml
+++ b/app/views/tree/edit.html.haml
@@ -4,7 +4,7 @@
.file_title
%i.icon-file
%span.file_name
- = @tree.path.force_encoding('utf-8')
+ = "#{@tree.path.force_encoding('utf-8')} (#{@ref})"
%span.options
= link_to "cancel editing", project_tree_path(@project, @id), class: "btn very_small"
.file_content.code