summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug-johan-2010-02-16.html.haml
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-23 11:14:27 +0100
committerGravatar Tom Willemsen2011-03-23 11:14:27 +0100
commit0d342f0aee3f2f800e486c0051dabe718a7b2841 (patch)
tree1f55afabb8f4876dbe564f7ed5d8e573ddc78df3 /emacs.d/nxhtml/tests/in/bug-johan-2010-02-16.html.haml
parentd4510153b17625a3dd2f1852cc6392fc26efecf6 (diff)
downloaddotfiles-0d342f0aee3f2f800e486c0051dabe718a7b2841.tar.gz
dotfiles-0d342f0aee3f2f800e486c0051dabe718a7b2841.zip
I don't like nxhtml
Diffstat (limited to 'emacs.d/nxhtml/tests/in/bug-johan-2010-02-16.html.haml')
-rw-r--r--emacs.d/nxhtml/tests/in/bug-johan-2010-02-16.html.haml34
1 files changed, 0 insertions, 34 deletions
diff --git a/emacs.d/nxhtml/tests/in/bug-johan-2010-02-16.html.haml b/emacs.d/nxhtml/tests/in/bug-johan-2010-02-16.html.haml
deleted file mode 100644
index 4184a32..0000000
--- a/emacs.d/nxhtml/tests/in/bug-johan-2010-02-16.html.haml
+++ /dev/null
@@ -1,34 +0,0 @@
-!!! Strict
-%html
- %head
- %title= t("site.title")
- %meta{"http-equiv" => "Content-Type", :content => "text/html;charset=utf-8"}
- = javascript_include_merged :mootools, :application
- = stylesheet_link_merged :application
- /[if lt IE 8]
- = stylesheet_link_merged :ie
-
- %body
- = render :partial => "shared/fork"
- #container
- #logo
- = link_to image_tag("logo.png"), root_url
-
- = render :partial => "shared/user_panel"
- = render :partial => "shared/menu"
-
- #body
- #contents
- = render :partial => "shared/flash", :object => flash
-
- .padder
- #search_results
-
- = yield
-
- #sidebar
- .padder
- = render :partial => "shared/sidebar"
-
- #footer
- %p= t("site.copyright")