about summary refs log tree commit diff stats
path: root/app/views/layouts/userdata.html.haml
blob: 0caaa4d9c0eb21b38caa3a9a7b488f657c4c5f96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!!! 5
%html
  %head
    %title Four Island
    = csrf_meta_tags
    = stylesheet_link_tag    'userdata', media: 'all', 'data-turbolinks-track': 'reload'
    = javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
  %body
    #container
      - if flash[:alert]
        #flash.flash-alert
          %span.flash-tag ERROR:
          = flash.alert
      - if flash[:notice]
        #flash.flash-notice
          %span.flash-tag NOTICE:
          = flash.notice
      = yield