From 44a1ce4938b8cd326b9a0d0b1e537ec9a80cd6ce Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 18 Feb 2014 09:48:34 -0500 Subject: Run `rails new` --- app/views/layouts/application.html.erb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/views/layouts/application.html.erb (limited to 'app/views/layouts/application.html.erb') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb new file mode 100644 index 0000000..cefd1be --- /dev/null +++ b/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + Leaguer + <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> + <%= javascript_include_tag "application", "data-turbolinks-track" => true %> + <%= csrf_meta_tags %> + + + +<%= yield %> + + + -- cgit v1.2.3