Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from mabras/master
Browse files Browse the repository at this point in the history
display RTL lang properly
  • Loading branch information
kaspth committed Oct 11, 2015
2 parents 6879cea + 2d08b9b commit 2527eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/translations.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<td class="locale"><%= translation.locale %>:</td>
<td class="value">
<% if translation.text.nil? || translation.text.is_a?(String) %>
<textarea cols=80 rows=<%= translation.number_of_lines %> name="translations[<%= translation.name %>]"><%= Rack::Utils.escape_html translation.text %></textarea>
<textarea cols=80 rows=<%= translation.number_of_lines %> name="translations[<%= translation.name %>]" dir="auto"><%= Rack::Utils.escape_html translation.text %></textarea>
<% else %>
[read only]
<%= translation.text.class.name %>
Expand Down

0 comments on commit 2527eec

Please sign in to comment.