Sha256: 3f1da86a5ef9d073b99ac4215bce788b41998134f448c8c9829b7d150a18ca47

Contents?: true

Size: 180 Bytes

Versions: 41

Compression:

Stored size: 180 Bytes

Contents

%h1 Create User

.col-md-4
  = simple_form_for [:work, @user] do |f|
    = f.input :name
    = f.input :email
    = f.input :password

    = f.submit nil, class: 'btn btn-primary'

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
tawork-0.0.50 app/views/work/users/new.html.haml
tawork-0.0.49 app/views/work/users/new.html.haml
tawork-0.0.48 app/views/work/users/new.html.haml
tawork-0.0.47 app/views/work/users/new.html.haml
tawork-0.0.46 app/views/work/users/new.html.haml
tawork-0.0.45 app/views/work/users/new.html.haml
tawork-0.0.44 app/views/work/users/new.html.haml
tawork-0.0.43 app/views/work/users/new.html.haml
tawork-0.0.42 app/views/work/users/new.html.haml
tawork-0.0.41 app/views/work/users/new.html.haml
tawork-0.0.40 app/views/work/users/new.html.haml
tawork-0.0.39 app/views/work/users/new.html.haml
tawork-0.0.38 app/views/work/users/new.html.haml
tawork-0.0.37 app/views/work/users/new.html.haml
tawork-0.0.36 app/views/work/users/new.html.haml
tawork-0.0.35 app/views/work/users/new.html.haml
tawork-0.0.34 app/views/work/users/new.html.haml
tawork-0.0.33 app/views/work/users/new.html.haml
tawork-0.0.31 app/views/work/users/new.html.haml
tawork-0.0.30 app/views/work/users/new.html.haml