summaryrefslogtreecommitdiff
path: root/app/views/admin
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/admin
parent700976d0651e179f1f0373b27263bac7145ef7dc (diff)
downloadgitlab-ce-ea1f01811455bab47ad687b34d711b00da75719b.tar.gz
Add auto direction to support rtl languages
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/broadcast_messages/_form.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/broadcast_messages/_form.html.haml b/app/views/admin/broadcast_messages/_form.html.haml
index c465d9f51d6..46beca0465e 100644
--- a/app/views/admin/broadcast_messages/_form.html.haml
+++ b/app/views/admin/broadcast_messages/_form.html.haml
@@ -14,6 +14,7 @@
.col-sm-10
= f.text_area :message, class: "form-control js-autosize",
required: true,
+ dir: 'auto',
data: { preview_path: preview_admin_broadcast_messages_path }
.form-group.row.js-toggle-colors-container
.col-sm-10.offset-sm-2