Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Davila <rdavila84@gmail.com>2017-05-05 01:05:14 +0300
committerRuben Davila <rdavila84@gmail.com>2017-05-05 01:05:14 +0300
commitf7b7a520920204d1a2864af6d911ef9dc8c2df6b (patch)
treed875da860d7bbf300d9bc70ead74fffd0ae2c92e /app/views/profiles
parente1d22a054e5ebac2846da1c2f5fbdf2bc22a7117 (diff)
More updates for translations plus small tweaks.
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml
index 6e14be62e32..4a1438aa68e 100644
--- a/app/views/profiles/show.html.haml
+++ b/app/views/profiles/show.html.haml
@@ -76,6 +76,7 @@
= f.label :preferred_language, class: "label-light"
= f.select :preferred_language, Gitlab::I18n::AVAILABLE_LANGUAGES.map { |value, label| [label, value] },
{}, class: "select2"
+ %span.help-block This feature is experimental and translations are not complete yet.
.form-group
= f.label :skype, class: "label-light"
= f.text_field :skype, class: "form-control"