summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalasankar C <balasankar@gitlab.com>2017-07-13 10:28:10 +0530
committerBalasankar C <balasankar@gitlab.com>2017-07-13 10:28:10 +0530
commit0c75742fbd936c9c058b249fc05e0964870f53d6 (patch)
tree557271611d7177d41b63a7e2805d239b37f7dd61
parent3c197e74827b99a524a70f05fb4e955a036172b5 (diff)
downloadgitlab-ce-35036-commit-page-dropdown.tar.gz
Fix i18n string in commit page options dropdown35036-commit-page-dropdown
-rw-r--r--app/views/projects/commit/_commit_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index 572c368990e..45109f2c58b 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -30,7 +30,7 @@
%ul.dropdown-menu.dropdown-menu-align-right
%li.visible-xs-block.visible-sm-block
= link_to project_tree_path(@project, @commit) do
- _('Browse Files')
+ #{ _('Browse Files') }
- unless @commit.has_been_reverted?(current_user)
%li.clearfix
= revert_commit_link(@commit, project_commit_path(@project, @commit.id), has_tooltip: false)