Sha256: a10e877379b30c6d9ae5368992b3e3f0a687177399842550e49b4456f353c44f

Contents?: true

Size: 1.34 KB

Versions: 18

Compression:

Stored size: 1.34 KB

Contents

!!!
%html
  %head
    %meta{:charset => 'utf-8'}/
    = favicon_link_tag 'favicon.ico'

    = stylesheet_link_tag 'has_accounts_engine/application', :media => 'all'
    = javascript_include_tag "has_accounts_engine/application"

    = csrf_meta_tag
    %title
      - if current_user
        = "#{content_for :page_title} - #{t('application.title')}"
      - else
        = "#{content_for :page_title} - #{t('application.title')}"

  %body
    .navbar.navbar-fixed-top
      .navbar-inner
        .container-fluid
          = link_to root_path, :class => 'brand' do
            = t('application.title')

          .brand(style="margin-left: 1em")

    #content.container-fluid
      - if notice
        = boot_alert(notice, 'success')
      - if alert
        = boot_alert(alert, 'error')
      .row-fluid
        - if user_signed_in?
          #sidebar.span2
            = render 'has_accounts/sidebar'
          .span10
            .content
              = yield
        - else
          .offset3.span6= yield

    #footer
      .container
        %p.pull-right
          = link_to "Deutsch", :locale => 'de-CH'
          = link_to "English", :locale => 'en'
        %p
          Bookyt is built by <a href="http://cyt.ch" target="_blank">CyT GmbH</a>.
          Code licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">GNU AGPL 3</a>.

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta15 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta14 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta13 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta12 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta11 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta10 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta9 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta8 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta7 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta6 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta5 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta4 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta3 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta2 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta1 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-3.0.0.beta0 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-2.0.1 app/views/layouts/has_accounts_engine.html.haml
has_accounts_engine-2.0.0 app/views/layouts/has_accounts_engine.html.haml