Sha256: a5773cf49a9eb471af42c447e9430377c9bee7b24fdbcafbf15404fb1b5ee1db

Contents?: true

Size: 418 Bytes

Versions: 1

Compression:

Stored size: 418 Bytes

Contents

<%= form_tag dailycred_engine.local_signup_path do %>
  <% if flash[:login_error] %>
    <div id="error_explanation">
      <p>An error occured logging in:</p>
      <h2><%= flash[:login_error] %></h2>
    </div>
  <% end %>
  <%= label_tag :login, "Email Address" %>
  <%= text_field_tag :login %>
  <br>
  <%= label_tag :password %>
  <%= password_field_tag :password %>
  <br>
  <%= submit_tag "Log In" %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dailycred-0.3.1 app/views/dailycred/sessions/_login.html.erb