initial commit
[emacs-init.git] / nxhtml / tests / in / bug-johan-2010-02-17-2.erb
1
2 <% semantic_form_for @user_session do |form| %>
3 <%= form.error_messages :header_tag => :h3 %>
4 <%#= authlogic_facebook_login_button %>
5
6 <% form.inputs do %>
7 <%= form.input :email %>
8 <%= form.input :password %>
9 <% end %>
10
11 <% form.buttons do %>
12 <%= form.commit_button %>
13 <% end %>
14 <% end %>