Sha256: d7799bc13dddaac62a5e97e5869ae74c889c2c29aebae91153b62d988e8d2354

Contents?: true

Size: 737 Bytes

Versions: 5

Compression:

Stored size: 737 Bytes

Contents

!!!
%html
  %head
    %title Formula
    = stylesheet_link_tag    "application"
    = javascript_include_tag "application"
    = csrf_meta_tags
  %body
    .navbar.navbar-fixed-top
      .navbar-inner
        .container
          = link_to 'Formula', root_path, :class => 'brand'
          %ul.nav
            %li= link_to 'Contacts', contacts_path
          %ul.nav.pull-right
            - if authenticated?
              %li= link_to 'Account', edit_user_path, :remote => true
              %li= link_to 'Logout', session_path, :method => :delete
            - else
              %li= link_to 'Register', new_user_path, :remote => true
              %li= link_to 'Login', new_session_path, :remote => true
    .container
      = yield

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
formula-1.0.0 test/dummy/app/views/layouts/application.html.haml
formula-0.3.9 test/dummy/app/views/layouts/application.html.haml
formula-0.3.8 test/dummy/app/views/layouts/application.html.haml
formula-0.3.7 test/dummy/app/views/layouts/application.html.haml
formula-0.3.6 test/dummy/app/views/layouts/application.html.haml