Sha256: 6ec33501f112a170f855ed6fbc727062bc9e1fd97ff0204793ccdaee887e1101

Contents?: true

Size: 801 Bytes

Versions: 117

Compression:

Stored size: 801 Bytes

Contents

.block#block-forms
  .content
    %h2.title Create New User
    .inner
      = partial('navigation', :active => 'create')
    .content
      .inner
        %form.form{ :method => "get", "accept-charset" => "UTF-8", :action => url(:users_create) }
          %table.table
            %tr
              %td= "Username"
              %td= text_field :name
            %tr
              %td= "Password"
              %td= password_field :password
            %tr
              %td= "Confirm Password"
              %td= password_field :password2
            %tr
              %td= "Admin"
              %td= check_box :name => "admin", :value => "1"
            %tr
              %td= "OpenID (optional)"
              %td= text_field :openid

          .group.navform
            .button= submit "Create"

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
chef-server-webui-10.30.4 app/views/users/new.html.haml
chef-server-webui-10.30.2 app/views/users/new.html.haml
chef-server-webui-10.30.2.rc.0 app/views/users/new.html.haml
chef-server-webui-10.30.0.rc.2 app/views/users/new.html.haml
chef-server-webui-10.30.0.rc.1 app/views/users/new.html.haml
chef-server-webui-10.30.0.rc.0 app/views/users/new.html.haml
chef-server-webui-10.28.0 app/views/users/new.html.haml
chef-server-webui-10.28.0.rc.0 app/views/users/new.html.haml
chef-server-webui-10.26.0 app/views/users/new.html.haml
chef-server-webui-10.26.0.beta.0 app/views/users/new.html.haml
chef-server-webui-10.24.4 app/views/users/new.html.haml
chef-server-webui-10.24.0 app/views/users/new.html.haml
chef-server-webui-10.24.0.rc.2 app/views/users/new.html.haml
chef-server-webui-10.24.0.rc.1 app/views/users/new.html.haml
chef-server-webui-10.24.0.rc.0 app/views/users/new.html.haml
chef-server-webui-10.22.0 app/views/users/new.html.haml
chef-server-webui-10.22.0.rc.0 app/views/users/new.html.haml
chef-server-webui-10.20.0 app/views/users/new.html.haml
chef-server-webui-10.18.4.rc.2 app/views/users/new.html.haml
chef-server-webui-10.18.4.rc.1 app/views/users/new.html.haml