Sha256: 2d1a4e97475339d5aafa69b1d4d74f4c0af40a174a0fd7ee3b29b8ffa3ad4104

Contents?: true

Size: 772 Bytes

Versions: 2

Compression:

Stored size: 772 Bytes

Contents

<% form_tag "", class: "ui large form" do |f| %>
  <div class="field">
    <p>Welcome. Before we get started, we need to create an admin account for you.</p>
    <p>Check to make sure your <code>config/database.yml</code> settings are correct, and then fill out the form below:</p>
  </div>
  <div class="field">
    <%= email_field_tag :email, value: params[:email], placeholder: "Email" %>
  </div>

  <div class="field">
    <%= password_field_tag :password, value: params[:password], placeholder: "Password" %>
  </div>

  <div class="field">
    <%= text_field_tag :code, value: params[:code], placeholder: "Install code (found in config/settings.yml)" if @code %>
  </div>

  <%= submit_tag "Create Admin Account", class: "ui fluid large submit button" %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vapid-0.1.1 lib/vapid/views/admin/install.html.erb
vapid-0.1.0 lib/vapid/views/admin/install.html.erb