Commit ec05d9daf92ea1df8354dfb2c9cdcaea3d38b617
1 parent
d21443d1
Exists in
master
and in
4 other branches
WebEditor: show branch #1705
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/tree/edit.html.haml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | .file_title |
5 | 5 | %i.icon-file |
6 | 6 | %span.file_name |
7 | - = @tree.path.force_encoding('utf-8') | |
7 | + = "#{@tree.path.force_encoding('utf-8')} (#{@ref})" | |
8 | 8 | %span.options |
9 | 9 | = link_to "cancel editing", project_tree_path(@project, @id), class: "btn very_small" |
10 | 10 | .file_content.code | ... | ... |