Sha256: 8cb73af55d0e20630d2468429067cd8323dcd5cc99aa651d3d3a2f17e2bf2f26

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

!!!
%html
  %head
    %title=APP_CONFIG.app_name
    = stylesheet_link_tag "<%= file_name %>/base", "<%= file_name %>/style", "<%= file_name %>/override",
    = javascript_include_tag :defaults, 'jquery.form','core', :cache => true
    = csrf_meta_tag :cache => true
  %body
    #container
      #header
        %h1
          %a{:href => "/"} Application
        #user-navigation
          %ul.wat-cf
            %li
              %a{:href => "#"}= t("core.profile", :default => "Profile")
            %li
              %a.logout{:href => "/logout"}= t("core.logout", :default => "Logout")
        
        #main-navigation
          %ul.wat-cf
            %li
              %a{:href => "#"}= t("core.home", :default => "Home")

      #wrapper.wat-cf
        - flashes
        #main
          .block
            .content
              = yield
          #footer
            .block
              %p
                Copyright &copy; #{Time.now.year} #{APP_CONFIG.app_name}.
        #sidebar
          = yield :sidebar
          
          

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
core-generators-0.0.2 lib/generators/core/layout/templates/views/haml/layout.html.haml
core-generators-0.0.1 lib/generators/core/layout/templates/views/haml/layout.html.haml