summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-08-22 19:12:21 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-08-22 19:12:21 +0000
commit05527be943a5a333a29894fe89d94f3bafb816d5 (patch)
tree1d333288c6c8386abdaa52e23bc98a2b11c86635 /app/views
parentfc9b984cc1473b36123e853d9c6f68a5549a7338 (diff)
downloadredmine-05527be943a5a333a29894fe89d94f3bafb816d5.tar.gz
redmine-05527be943a5a333a29894fe89d94f3bafb816d5.zip
Add RTL support to the context menu. #6012
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4014 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/issues/show.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml
index 83652b3e0..b3493cf7c 100644
--- a/app/views/issues/show.rhtml
+++ b/app/views/issues/show.rhtml
@@ -128,6 +128,7 @@
<%= stylesheet_link_tag 'scm' %>
<%= javascript_include_tag 'context_menu' %>
<%= stylesheet_link_tag 'context_menu' %>
+ <%= stylesheet_link_tag 'context_menu_rtl' if l(:direction) == 'rtl' %>
<% end %>
<div id="context-menu" style="display: none;"></div>
<%= javascript_tag "new ContextMenu('#{issues_context_menu_path}')" %>