Sha256: 24b7a55f73603206749e6c01e79bc036724caad74cc54086b24587be48063ec0

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

%h1.title #{page_title}

.form-placeholder
  = simple_form_for @user do |f|
    = f.input :username
    = f.input :role, :collection => CargoWiki::User::ROLES
    = f.input :password
    = f.input :password_confirmation

    .actions
      = f.button :submit, button_label

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cargo_wiki-1.0.1 app/views/cargo_wiki/users/_form.html.haml
cargo_wiki-1.0.0 app/views/cargo_wiki/users/_form.html.haml