Use Haml for views

* Bundle Haml gem
* Convert default erb layout to haml
This commit is contained in:
Thibault Jouan
2011-07-09 09:31:35 +00:00
parent 6b337d3461
commit 74fb4ca86f
4 changed files with 14 additions and 14 deletions

View File

@@ -56,6 +56,7 @@ GEM
ffi (1.0.9)
gherkin (2.4.1)
json (>= 1.4.6)
haml (3.1.2)
i18n (0.5.0)
json (1.5.3)
json_pure (1.5.3)
@@ -123,6 +124,7 @@ DEPENDENCIES
capybara
cucumber-rails
database_cleaner
haml
rails (= 3.0.9)
rspec-rails
sqlite3