15e848638df173f787fa208499ba79a6

gem 'bootstrap_helper'如何把home改为中文?

2012-08-13 11:33:42 +0800stephenGem 節點 中發起
最後由 stephen2012-08-21 17:52:50 +0800回應 , 205次閱讀

@xdite gem 'bootstrap_helper'如何把home改为中文?

截至 2012-08-21 17:52:50 +0800,共收到 2 條回應
1cb272a2b4347c9a15b502ce7e4802ba
MarioDu 1樓, 於2012-08-14 18:40:43 +0800回應

这个我做过类似的,你重载它的关于Home内容的方法。
在Helper里重载

module BootstrapHelper
    module Breadcrumb
        module InstanceMethods
            protected
            def set_breadcrumbs
                @breadcrumbs = ["<a href='/'><i class = 'icon-home'></i>这里改成中文的你想要的</a>".html_safe]
            end
        end
    end
end

我是这么做到,你试试。

15e848638df173f787fa208499ba79a6
stephen 2樓, 於2012-08-21 17:52:50 +0800回應

谢谢!

需要 登入 後方可回應,如果你還沒有帳號按這裡 註冊