outdated_browser:检测过时的浏览器并禁用Javascript

时间:2024-06-17 14:59:42
【文件属性】:

文件名称:outdated_browser:检测过时的浏览器并禁用Javascript

文件大小:467KB

文件格式:ZIP

更新时间:2024-06-17 14:59:42

HTML

过期浏览器 检测过时的浏览器并禁用Javascript。 安装 将此行添加到您的应用程序的Gemfile中: gem 'outdated_browser' 然后执行: $ bundle 或将其自己安装为: $ gem install outdated_browser 用法 #app/views/layouts/application.html.erb < body > <%= render partial : "outdated_browser/outdated_browser" %> </body> I18n 仅在葡萄牙语中可用。 添加英文翻译: # config/locales/outdated_browser.en.yml en: outdated_browser: browser_is_up_to_date: 'translate her


【文件预览】:
outdated_browser-develop
----.gitignore(93B)
----app()
--------assets()
--------helpers()
--------views()
--------controllers()
----outdated_browser.gemspec(967B)
----bin()
--------setup(131B)
--------console(341B)
----README.md(1KB)
----config()
--------routes.rb(145B)
--------locales()
--------initializers()
----lib()
--------outdated_browser()
--------outdated_browser.rb(78B)
----Gemfile(101B)
----Rakefile(51B)

网友评论