Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Change app layout to haml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilkka Laukkanen committed Aug 1, 2010
1 parent 36ff2ec commit 73079e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/views/layouts/application.html.erb

This file was deleted.

12 changes: 12 additions & 0 deletions app/views/layouts/application.html.haml
@@ -0,0 +1,12 @@
!!! 5
%html
%head
%title Erblog
= stylesheet_link_tag :all
= javascript_include_tag :defaults
= csrf_meta_tag
%body
%h1.site_title Erblog
.notice= notice
.alert= alert
= yield

0 comments on commit 73079e4

Please sign in to comment.