Fix i18n string in commit page options dropdown
This commit is contained in:
parent
3c197e7482
commit
0c75742fbd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
%ul.dropdown-menu.dropdown-menu-align-right
|
%ul.dropdown-menu.dropdown-menu-align-right
|
||||||
%li.visible-xs-block.visible-sm-block
|
%li.visible-xs-block.visible-sm-block
|
||||||
= link_to project_tree_path(@project, @commit) do
|
= link_to project_tree_path(@project, @commit) do
|
||||||
_('Browse Files')
|
#{ _('Browse Files') }
|
||||||
- unless @commit.has_been_reverted?(current_user)
|
- unless @commit.has_been_reverted?(current_user)
|
||||||
%li.clearfix
|
%li.clearfix
|
||||||
= revert_commit_link(@commit, project_commit_path(@project, @commit.id), has_tooltip: false)
|
= revert_commit_link(@commit, project_commit_path(@project, @commit.id), has_tooltip: false)
|
||||||
|
|
Loading…
Reference in a new issue