Sha256: 97a75de95f438439244908793d8f4204c825d7fb7431c8fa1eeef7d1a5da36de
Contents?: true
Size: 662 Bytes
Versions: 40
Compression:
Stored size: 662 Bytes
Contents
doctype html html lang="ru" head meta charset="UTF-8" meta name="viewport" content="width=device-width, maximum-scale=1" title= yield(:title) || page_title = yield :meta = csrf_meta_tags = render partial: 'blocks/favicon' - async = false #Rails.env.production? = stylesheet_link_tag "application", media: "all", async: async = javascript_include_tag "application", async: async /[if lt IE 9] = javascript_include_tag "//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js", async: async body #preloader #root = render 'shared/messages' #content.devise = yield
Version data entries
40 entries across 8 versions & 1 rubygems