Project

General

Profile

Patch #6012 » rtl-layout.patch

This should be applied to app/views/layouts/base.rhtml - Orgad Shaneh, 2010-08-01 14:00

View differences:

base.rhtml 2010-08-01 15:04:45.871068494 +0300
17 17
<%= call_hook :view_layouts_base_html_head %>
18 18
<!-- page specific tags -->
19 19
<%= yield :header_tags -%>
20
<%= stylesheet_link_tag 'rtl', :media => 'all' if current_language.to_s.downcase == 'he' %>
20 21
</head>
21 22
<body>
22 23
<div id="wrapper">
(1-1/9)