Sha256: 5284918631402589d0a4a9efc85383b3c60f81a54411c227242e33238466e973
Contents?: true
Size: 744 Bytes
Versions: 8
Compression:
Stored size: 744 Bytes
Contents
doctype html html lang="ru" head meta charset="UTF-8" meta name="viewport" content="width=device-width, maximum-scale=1" title= page_title = yield :meta = csrf_meta_tags = render partial: "blocks/favicon" - async = 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 #root = render 'shared/messages' #sidebar = render_navigation &navigation(:main) #content = yield #root_footer #footer = render 'blocks/footer'
Version data entries
8 entries across 8 versions & 1 rubygems