Sha256: b6b5a8e7f725a3d4f4014d1fc6390e7d42acb1696d4972a3805bc37fcacc6d82

Contents?: true

Size: 803 Bytes

Versions: 4

Compression:

Stored size: 803 Bytes

Contents

!!!
%html
  %head
    %meta{charset: "utf-8"}
    %meta{content: "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}
    %meta{content: "width=device-width, initial-scale=1.0, maximum-scale=1.0", name: "viewport"}
    %title= [@groups.size > 1 ? "#{@database.group.name} | #{@database.name}" : "PgBouncerHero", @title].compact.join(" / ")
    = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': true
    = csrf_meta_tags
  %body
    .ui.fixed.menu
      .ui.container
        = link_to'PGBouncerHero', root_path, class: 'header item'
    .pusher
      .ui.main.container
        #flash.row= render partial: 'shared/flash_messages', flash: flash
        = yield
      = javascript_include_tag 'application'
      - if content_for? :inline_script
        = yield :inline_script

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pgbouncerhero-1.0.1 app/views/layouts/pg_bouncer_hero/application.html.haml
pgbouncerhero-1.0.0 app/views/layouts/pg_bouncer_hero/application.html.haml
pgbouncerhero-0.1.1 app/views/layouts/pg_bouncer_hero/application.html.haml
pgbouncerhero-0.1.0 app/views/layouts/pg_bouncer_hero/application.html.haml