summaryrefslogtreecommitdiff
path: root/app/views/layouts/doorkeeper/application.html.haml
blob: e5f37fad1f40f2c1714579d46bb6fec06131c5f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
!!!
%html
  %head
    %title OAuth authorize required
    %meta{:charset => "utf-8"}
      %meta{:content => "IE=edge", "http-equiv" => "X-UA-Compatible"}
        %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}
          = stylesheet_link_tag "doorkeeper/application"
          = csrf_meta_tags
  %body
    #container
      - if flash[:notice].present?
        .alert.alert-info
          = flash[:notice]
      = yield