BigW Consortium Gitlab

Commit 7547fbd3 by Phil Hughes Committed by James Edwards-Jones

Merge branch '35036-commit-page-dropdown' into 'master'

Fix i18n string in commit page options dropdown Closes #35036 See merge request !12831
parent 19cf8ccf
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment