Commit e09f4b70 authored by Sacred Seven's avatar Sacred Seven

RTL in wiki history

Fixes #2
parent 02f3c7eb
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
%td %td
= link_to project_wiki_path(@project, @page, version_id: commit.id) do = link_to project_wiki_path(@project, @page, version_id: commit.id) do
= truncate_sha(commit.id) = truncate_sha(commit.id)
%td %td{ dir: :auto }
= commit.author.name = commit.author.name
%td %td{ dir: :auto }
= commit.message = commit.message
%td %td
#{time_ago_with_tooltip(version.date)} #{time_ago_with_tooltip(version.date)}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment