Sha256: 30bc1ac616817a4e78eb49a3f3bf952d66a01161da55af485960e9c6529cdc42
Contents?: true
Size: 557 Bytes
Versions: 20
Compression:
Stored size: 557 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 %> <%= f.labelled_text_field :email %> <%= f.labelled_password_field :password %> <%= f.labelled_password_field :confirm_password %> <p> <button type="submit"> Get started </button> </p> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems