From 98bfd0502409f5b41975aae224d05296c0ea173b Mon Sep 17 00:00:00 2001
From: tbuehlmann <tobias.buehlmann@gmx.de>
Date: Sun, 3 Feb 2013 09:30:16 +0100
Subject: Several things.

- Using Slim instead of Haml.
- Having a before filter for having flash functionality.
- Using Bundler.
---
 views/layout.haml | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 views/layout.haml

(limited to 'views/layout.haml')

diff --git a/views/layout.haml b/views/layout.haml
deleted file mode 100644
index d8eb52c..0000000
--- a/views/layout.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-!!!
-%html{:xmlns => 'http://www.w3.org/1999/xhtml'}
-  %head
-    %title Sinatra File Upload
-    %link{:rel => 'stylesheet', :type => 'text/css', :href => 'css/style.css'}
-    %meta{:content => 'text/html; charset=utf-8', :'http-equiv' => 'Content-Type'}
-  %body
-    = yield
-
-- 
cgit v1.2.3