Gem 'bootstrap_helper'把 home 改为中文

stephen · 2012年09月23日 · 最后由 huacnlee 回复于 2012年09月23日 · 2172 次阅读

@huacnlee 在 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

虽然好似没太大作用,不过这样能体验统一吧! 谢谢台湾的朋友

额,我不是台湾的。。。

@xdite 提交一个 Pull request 呗

需要 登录 后方可回复, 如果你还没有账号请 注册新账号