Project

General

Profile

Patch #6012 » rtl-layout.patch

Use l(:direction) instead of hardcoding language - Orgad Shaneh, 2010-08-01 14:29

View differences:

base.rhtml 2010-08-01 15:35:27.992023639 +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 l(:direction) == 'RTL' %>
20 21
</head>
21 22
<body>
22 23
<div id="wrapper">
(3-3/9)