Merge pull request #7193 from dloman/master

added htmlsafe to branch list
This commit is contained in:
Dmitriy Zaporozhets 2014-09-05 15:51:18 +03:00
commit 1767873845
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
%li(class="js-branch-#{branch.name}")
%h4
= link_to project_tree_path(@project, branch.name) do
%strong= truncate(branch.name, length: 60)
%strong.str-truncated= branch.name
- if branch.name == @repository.root_ref
%span.label.label-info default
- if @project.protected_branch? branch.name