Sha256: 5a8811b7ee17ed34f321fb3539b7ad91123bb4c27b4276ea9ee3526ce12e10a3

Contents?: true

Size: 646 Bytes

Versions: 4

Compression:

Stored size: 646 Bytes

Contents

!!!
%html
  %head
    %title= "Exvo Globalize translations"
    %meta{ :name => "robots", :content => "noindex, nofollow" }
    :css
      p.request_host {
        background: #f9fdf1;
        border: 1px solid #d2e1b8;
        font: 12px Verdana, Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 0.6em 1em;
        position: absolute;
        right: 1em;
        text-align: center;
        top: 1em;
      }

      p.request_host span {
        display: block;
        font-weight: bold;
        margin: 0.2em auto;
      }

  %body
    %p.request_host
      Request host:
      %span= @globalize_app.request_host

    = yield

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
exvo_globalize-0.3.1 app/views/layouts/exvo_globalize.html.haml
exvo_globalize-0.3.0 app/views/layouts/exvo_globalize.html.haml
exvo_globalize-0.2.1 app/views/layouts/exvo_globalize.html.haml
exvo_globalize-0.2.0 app/views/layouts/exvo_globalize.html.haml