Sha256: 836db7889a8d913d72b9b71864c41d0ed048d8cf5d5bf7d49bb56d69d3ccb0c2

Contents?: true

Size: 1.19 KB

Versions: 9

Compression:

Stored size: 1.19 KB

Contents

%main.mdl-layout__content
  %div.mdl-grid
    %div.mdl-cell.mdl-cell--12-col
      %div#register.mdl-card
        = simple_form_for @registration,
          url: team_registration_path(@registration.team) do |f|
          .mdl-card__title
            %object.logo{ type: "image/svg+xml",
                          data: image_path("jobshop/logo.svg") }
            %h4
              Get started with
              %br>
              %strong Jobshop
          .mdl-card__supporting-text
            = hidden_field_tag(:registration_token, params[:registration_token])
            = f.fields_for(f.object.team) do |tf|
              %p
                Pick a name for your team. It will usually be (or include) your
                company's name.
              = tf.input :name, label: "Team Name"

            = f.fields_for(f.object.user) do |uf|
              = uf.input :email
              %p
                Pick a strong password. Ideally it will be longer than eight
                characters, have mixed upper/lower case, and include numbers
                and symbols.
              = uf.input :password
              = uf.input :password_confirmation
              = f.button :submit, "Next »".html_safe

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jobshop-0.0.113 app/views/jobshop/teams/registrations/new.html.haml
jobshop-0.0.109 app/views/jobshop/teams/registrations/new.html.haml
jobshop-0.0.107 app/views/jobshop/teams/registrations/new.html.haml
jobshop-0.0.101 app/views/jobshop/teams/registrations/new.html.haml
jobshop-0.0.67 app/views/jobshop/teams/registrations/new.html.haml
jobshop-0.0.61 app/views/jobshop/teams/registrations/new.html.haml
jobshop-0.0.59 app/views/jobshop/teams/registrations/new.html.haml
jobshop-0.0.53 app/views/jobshop/teams/registrations/new.html.haml
jobshop-0.0.41 app/views/jobshop/teams/registrations/new.html.haml