summaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_helper.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 2c334b7f0..19dd654db 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -737,6 +737,11 @@ module ApplicationHelper
javascript_include_tag('context_menu') +
stylesheet_link_tag('context_menu')
end
+ if l(:direction) == 'rtl'
+ content_for :header_tags do
+ stylesheet_link_tag('context_menu_rtl')
+ end
+ end
@context_menu_included = true
end
javascript_tag "new ContextMenu('#{ url_for(url) }')"