summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorAhmad Haghighi <haghighi.ahmad@gmail.com>2019-04-25 11:40:34 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-04-25 11:40:34 +0000
commitea1f01811455bab47ad687b34d711b00da75719b (patch)
tree6818de400388aef65dcc68133d2b7d96661fffc1 /app/views/shared
parent700976d0651e179f1f0373b27263bac7145ef7dc (diff)
downloadgitlab-ce-ea1f01811455bab47ad687b34d711b00da75719b.tar.gz
Add auto direction to support rtl languages
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/issuable/form/_title.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/form/_title.html.haml b/app/views/shared/issuable/form/_title.html.haml
index 56c4b021eab..75e9ab547ce 100644
--- a/app/views/shared/issuable/form/_title.html.haml
+++ b/app/views/shared/issuable/form/_title.html.haml
@@ -6,7 +6,7 @@
%div{ class: div_class }
= form.text_field :title, required: true, maxlength: 255, autofocus: true,
- autocomplete: 'off', class: 'form-control pad qa-issuable-form-title', placeholder: _('Title')
+ autocomplete: 'off', class: 'form-control pad qa-issuable-form-title', placeholder: _('Title'), dir: 'auto'
- if issuable.respond_to?(:work_in_progress?)
.form-text.text-muted