summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSacred Seven <sacred.seven@yahoo.com>2014-12-20 20:03:08 +0330
committerSacred Seven <sacred.seven@yahoo.com>2014-12-20 20:03:08 +0330
commite09f4b701ebbfcd3e6f5f6c0d61a8ad3a7090d82 (patch)
treeb78c0e0b2b9dd477d9041921d36e8ab402b9faff
parent02f3c7eb64777dc8bb31db216783a1096f65a2f3 (diff)
downloadgitlab-ce-e09f4b701ebbfcd3e6f5f6c0d61a8ad3a7090d82.tar.gz
RTL in wiki history
Fixes #2
-rw-r--r--app/views/projects/wikis/history.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/wikis/history.html.haml b/app/views/projects/wikis/history.html.haml
index ef4b8f74714..1668ed423a1 100644
--- a/app/views/projects/wikis/history.html.haml
+++ b/app/views/projects/wikis/history.html.haml
@@ -18,9 +18,9 @@
%td
= link_to project_wiki_path(@project, @page, version_id: commit.id) do
= truncate_sha(commit.id)
- %td
+ %td{ dir: :auto }
= commit.author.name
- %td
+ %td{ dir: :auto }
= commit.message
%td
#{time_ago_with_tooltip(version.date)}