Sha256: ca9d10a8984184a5c3eb367f49c275b6ce321bc93489c5ce25183df3d03fa922
Contents?: true
Size: 647 Bytes
Versions: 2
Compression:
Stored size: 647 Bytes
Contents
- title t('log_in_title') %p= t('sign_up_message', :link => link_to(t("sign_up_link"), signup_path)) <%- if options[:authlogic] -%> - semantic_form_for @<%= session_singular_name %> do |f| = f.error_message_on :base - f.inputs do = f.input :username = f.input :password - f.buttons do = f.commit_button t('log_in_button') <%- else -%> - form_tag <%= session_plural_name %>_path do %p = label_tag :login, t('login_label') %br = text_field_tag :login, params[:login] %p = label_tag :password, t('password_label') %br = password_field_tag :password %p = submit_tag t('log_in_button') <%- end -%>
Version data entries
2 entries across 2 versions & 1 rubygems