outdated_browser 0.2.3 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,36 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="pt-BR">
3
- <head>
4
- <meta charset="utf-8">
5
- <title><%= I18n.t(:application_name) %></title>
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <meta name="description" content="">
8
-
9
- <meta http-equiv="x-pjax-version" content="v173">
10
-
11
- <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
12
- <!-- fav and touch icons -->
13
- <%= csrf_meta_tags %>
14
- <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
15
- <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
16
- <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
17
- <!--[if lt IE 9]>
18
- <%= javascript_include_tag 'html5shiv/html5shiv.min' %>
19
- <![endif]-->
20
- </head>
21
- <body data-spy="scroll" data-target=".navbar" class="animated fadeIn">
22
- <!-- section header -->
23
- <%= render "layouts/partials/header" %>
24
-
25
- <section class="section">
26
- <div class="content">
27
- <%= render partial: "outdated_browser/outdated_browser" %>
28
- <%= yield %>
29
- </div>
30
- </section><!--/content section -->
31
- <!-- content section -->
32
-
33
- <!-- section footer -->
34
- <%= render "layouts/partials/footer" %>
35
- </body>
36
- </html>