summaryrefslogtreecommitdiff
path: root/app/views/profiles/preferences/show.html.haml
diff options
context:
space:
mode:
authorВладислав Поляков <polrkov.tm@gmail.com>2019-08-24 08:32:22 +0000
committerStan Hu <stanhu@gmail.com>2019-08-24 14:15:15 -0700
commit22e2a601a03461d996673f2c8e974c65bcf74eda (patch)
tree5f4726a3f34670dfac4f1d8c6cf2b89948b0a7b9 /app/views/profiles/preferences/show.html.haml
parentb15f03883e59ca83a6c4b4896df463316630a5f7 (diff)
downloadgitlab-ce-22e2a601a03461d996673f2c8e974c65bcf74eda.tar.gz
fix: remove double % from layout width description
Update show.html.haml
Diffstat (limited to 'app/views/profiles/preferences/show.html.haml')
-rw-r--r--app/views/profiles/preferences/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml
index d99063e344f..0887e8e64da 100644
--- a/app/views/profiles/preferences/show.html.haml
+++ b/app/views/profiles/preferences/show.html.haml
@@ -47,7 +47,7 @@
= s_('Preferences|Layout width')
= f.select :layout, layout_choices, {}, class: 'select2'
.form-text.text-muted
- = s_('Preferences|Choose between fixed (max. 1280px) and fluid (100%%) application layout.')
+ = s_('Preferences|Choose between fixed (max. 1280px) and fluid (%{percentage}) application layout.').html_safe % { percentage: '100%' }
.form-group
= f.label :dashboard, class: 'label-bold' do
= s_('Preferences|Default dashboard')