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