diff options
author | Azul <azul@leap.se> | 2014-07-04 15:33:48 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-07-05 10:21:07 +0200 |
commit | b5651032152236609d8761fd464f8e04fc5797c2 (patch) | |
tree | a561e4f573d4a3445a48577e31f78f2d9f4c1434 /test/dummy/app/views | |
parent | 02000f08ab8f44533447278d8fcb141ac6598e30 (diff) |
remove dummy app
We're not supporting including leap_web as a gem right now.
Diffstat (limited to 'test/dummy/app/views')
-rw-r--r-- | test/dummy/app/views/layouts/application.html.erb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/dummy/app/views/layouts/application.html.erb b/test/dummy/app/views/layouts/application.html.erb deleted file mode 100644 index 4cab268..0000000 --- a/test/dummy/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>Dummy</title> - <%= stylesheet_link_tag "application", :media => "all" %> - <%= javascript_include_tag "application" %> - <%= csrf_meta_tags %> -</head> -<body> - -<%= yield %> - -</body> -</html> |