diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-05-16 12:54:57 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-16 12:54:57 +0000 |
commit | adc34e1cfe971c9a186791be607f47977c003f73 (patch) | |
tree | 45aec35b237314f333948ddf4ea672dcc600ed48 /app/helpers | |
parent | e407279fd021d1da9dcb3a05a04579bcc0550299 (diff) | |
download | gitlab-ce-adc34e1cfe971c9a186791be607f47977c003f73.tar.gz |
Rename Personal Audit Log
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/icons_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/icons_helper.rb b/app/helpers/icons_helper.rb index 55fa81e95ef..ef96a554b7e 100644 --- a/app/helpers/icons_helper.rb +++ b/app/helpers/icons_helper.rb @@ -19,6 +19,8 @@ module IconsHelper case names when "standard" names = "key" + when "two-factor" + names = "key" end options.include?(:base) ? fa_stacked_icon(names, options) : fa_icon(names, options) |