linanc/CApoets

View on GitHub
app/views/layouts/application.html.haml

Summary

Maintainability
Test Coverage
%html
  %head
    %title California Poets in the Schools
    = javascript_include_tag 'application'
    = csrf_meta_tags

  %body
    #main
      - if flash[:notice]
        #notice.message= flash[:notice]
      - elsif flash[:warning]
        #warning.message= flash[:warning]
      = yield
  %script