Sha256: d3be335a7082abf4c90e120d9ea09e51e2af2353dcfd65e56db1b13b92578e2b
Contents?: true
Size: 732 Bytes
Versions: 1
Compression:
Stored size: 732 Bytes
Contents
<% self.page_title = "Welcome" self.page_description = "Welcome to Pages" %> <div class="content"> <p>Welcome to Pages! Before you can log on, we need to create the first user account.</p> </div> <%= form_for [:admin, @user], builder: PagesCore::FormBuilder do |f| %> <%= f.labelled_text_field(:name, autocomplete: "name") %> <%= f.labelled_text_field(:email, autocomplete: "email") %> <%= f.labelled_password_field(:password, autocomplete: "new-password") %> <%= f.labelled_password_field(:confirm_password, autocomplete: "new-password") %> <p> <button type="submit"> Get started </button> </p> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pages_core-3.12.0 | app/views/admin/users/new.html.erb |