Sha256: 25971db19c94289a211376e3faed9f4cbd105d20ed710537a240fe0150e53e21
Contents?: true
Size: 855 Bytes
Versions: 15
Compression:
Stored size: 855 Bytes
Contents
!!! 5 %html %head %title= yield(:title) || Rails.configuration.hackathon['default_page_title'] %meta{ charset: "utf-8" } %meta{ name:"viewport", content: "width=device-width, initial-scale=1" } - if Rails.configuration.hackathon['favicon_asset'].present? %link{ href: image_url(Rails.configuration.hackathon['favicon_asset']), rel: "shortcut icon" } = stylesheet_link_tag "hackathon_manager/core", media: "all" = csrf_meta_tags %body = render "layouts/hackathon_manager/header" = render "layouts/hackathon_manager/account_nav" = render "layouts/hackathon_manager/flashes" = javascript_include_tag "hackathon_manager/application" #main %section.section .container = yield = render "layouts/hackathon_manager/footer" = render "layouts/hackathon_manager/shared_footer"
Version data entries
15 entries across 15 versions & 1 rubygems