Sha256: 5e612a3e7d6c8aa8c0d708c4137d451bdcb44b3da7506c12b668accd87d6f193
Contents?: true
Size: 469 Bytes
Versions: 2
Compression:
Stored size: 469 Bytes
Contents
<%% title t('sign_up_title') %> <p><%%= t('log_in_message', :link => link_to(t("log_in_link"), login_path)) %></p> <%% semantic_form_for @<%= user_singular_name %> do |f| %> <%%= f.error_message_on :base %> <%% f.inputs do %> <%%= f.input :username %> <%%= f.input :email %> <%%= f.input :password %> <%%= f.input :password_confirmation %> <%% end %> <%% f.buttons do %> <%%= f.commit_button t('sign_up_button') %> <%% end %> <%% end %>
Version data entries
2 entries across 2 versions & 1 rubygems