提交 350b977e 编写于 作者: S Sebastian Martinez

Fix styiling issue on TranslationHelper docs

上级 1f7d55e5
......@@ -15,10 +15,10 @@ module ActionView
# = Action View Translation Helpers
module Helpers
module TranslationHelper
# Delegates to I18n#translate but also performs three additional functions.
# Delegates to <tt>I18n#translate</tt> but also performs three additional functions.
#
# First, it'll pass the :rescue_format => :html option to I18n so that any
# thrown MissingTranslation messages will be turned into inline spans that
# First, it'll pass the <tt>:rescue_format => :html</tt> option to I18n so that any
# thrown +MissingTranslation+ messages will be turned into inline spans that
#
# * have a "translation-missing" class set,
# * contain the missing key as a title attribute and
......@@ -54,7 +54,7 @@ def translate(key, options = {})
end
alias :t :translate
# Delegates to I18n.localize with no additional functionality.
# Delegates to <tt>I18n.localize</tt> with no additional functionality.
def localize(*args)
I18n.localize(*args)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册