Skip to content

Commit

Permalink
removed the last erb templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Riessen committed May 10, 2011
1 parent 1ccd1ef commit e91b875
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 25 deletions.
13 changes: 0 additions & 13 deletions app/views/layouts/results.html.erb

This file was deleted.

9 changes: 9 additions & 0 deletions app/views/layouts/results.html.haml
@@ -0,0 +1,9 @@
!!!
%html{:lang => "en", "xml:lang" => "en", :xmlns => "http://www.w3.org/1999/xhtml"}
%head
%meta{:content => "text/html;charset=UTF-8", "http-equiv" => "content-type"}/
%title Survey: Result Sets
= surveyor_includes
%body
#flash= flash[:notice]
= yield
12 changes: 0 additions & 12 deletions app/views/layouts/surveyor_default.html.erb

This file was deleted.

9 changes: 9 additions & 0 deletions app/views/layouts/surveyor_default.html.haml
@@ -0,0 +1,9 @@
!!!
%html{:lang => "en", "xml:lang" => "en", :xmlns => "http://www.w3.org/1999/xhtml"}
%head
%meta{:content => "text/html;charset=UTF-8", "http-equiv" => "content-type"}/
%title
Survey: #{controller.action_name}
= surveyor_includes
%body
= yield

0 comments on commit e91b875

Please sign in to comment.