app/views/layouts/apicasso/application.html.erb in apicasso-0.1.2 vs app/views/layouts/apicasso/application.html.erb in apicasso-0.1.3

- old
+ new

@@ -1,16 +1,16 @@ -<!DOCTYPE html> -<html> -<head> - <title>Apicasso</title> - <%= csrf_meta_tags %> - <%= csp_meta_tag %> - - <%= stylesheet_link_tag "apicasso/application", media: "all" %> - <%= javascript_include_tag "apicasso/application" %> -</head> -<body> - -<%= yield %> - -</body> -</html> +<!DOCTYPE html> +<html> +<head> + <title>Apicasso</title> + <%= csrf_meta_tags %> + <%= csp_meta_tag %> + + <%= stylesheet_link_tag "apicasso/application", media: "all" %> + <%= javascript_include_tag "apicasso/application" %> +</head> +<body> + +<%= yield %> + +</body> +</html>