summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug-johan-2010-02-17-2.erb
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/bug-johan-2010-02-17-2.erb')
-rw-r--r--emacs.d/nxhtml/tests/in/bug-johan-2010-02-17-2.erb14
1 files changed, 14 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/bug-johan-2010-02-17-2.erb b/emacs.d/nxhtml/tests/in/bug-johan-2010-02-17-2.erb
new file mode 100644
index 0000000..67411a9
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/bug-johan-2010-02-17-2.erb
@@ -0,0 +1,14 @@
+
+<% semantic_form_for @user_session do |form| %>
+<%= form.error_messages :header_tag => :h3 %>
+<%#= authlogic_facebook_login_button %>
+
+<% form.inputs do %>
+<%= form.input :email %>
+<%= form.input :password %>
+<% end %>
+
+<% form.buttons do %>
+<%= form.commit_button %>
+<% end %>
+<% end %>