Sha256: 0247f7a0ad301016844a59d0f851a9b5f35f5fe48749330a32c95a202366b86b
Contents?: true
Size: 780 Bytes
Versions: 1
Compression:
Stored size: 780 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 your user account. </p> </div> <%= form_for(@user, url: accept_admin_invite_path(@invite, token: @invite.token), 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"> Sign up </button> </p> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pages_core-3.12.0 | app/views/admin/invites/show.html.erb |