legacy-dotfiles/emacs.d/nxhtml/tests/in/bug-johan-2010-02-17-2.erb

15 lines
303 B
Text
Raw Normal View History

<% 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 %>