<% provide(:title, "ログインページ") %>
<%= image_tag 'subtitle.png' %>

ログイン

<%= form_for(:session, url: sessions_path) do |f| %> <%= f.label :name %> <%= f.text_field :name %> <%= f.label :password %> <%= f.password_field :password %>
<%= f.submit "ログイン", class: "button6" %> <% end %>