Merge branch 'master' of git://github.com/diaspora/diaspora into highlight-unread-conversations
This commit is contained in:
commit
cb828ae9d4
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ module ApplicationHelper
|
||||||
|
|
||||||
def direction_for(string)
|
def direction_for(string)
|
||||||
return '' unless string.respond_to?(:cleaned_is_rtl?)
|
return '' unless string.respond_to?(:cleaned_is_rtl?)
|
||||||
string.cleaned_is_rtl? ? 'rtl' : ''
|
string.cleaned_is_rtl? ? 'rtl' : 'ltr'
|
||||||
end
|
end
|
||||||
|
|
||||||
def rtl?
|
def rtl?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue