Sha256: 893f0795971c020c4ed914ef5ca7fe007bfa7693cd066f051da9a1321b07f997

Contents?: true

Size: 532 Bytes

Versions: 4

Compression:

Stored size: 532 Bytes

Contents

<p>All Yodel sites have an admin panel which requires a username and password to access. Enter the details you would like to use to login. You can change these details on a site by site basis, and for all new sites by visiting setup again.</p>
<% page('/default-user').form_for_new_record remote: true do |form| %>
  <%= form.field_row :name %>
  <%= form.field_row :email %>
  <%= form.field_row :password %>
  <input type="submit" value="Save">
  <% form.success do %>
    window.location = '/setup-remote';
  <% end %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yodel_development_environment-0.0.7 lib/layouts/common/setup.html
yodel_development_environment-0.0.4 lib/layouts/common/setup.html
yodel_development_environment-0.0.2 lib/layouts/common/setup.html
yodel_development_environment-0.0.1 lib/layouts/common/setup.html