3296: display read-only email, first name, last name, and identity url in the profile...
[arvados.git] / apps / workbench / app / views / users / _add_ssh_key_popup.html.erb
index 283154f174d3745ccf8a4d229171ec4ba2460f22..efa8cae5c98f7356b92216fb0c71d1d5d0b16811 100644 (file)
                  style: "font-weight: bold",
                  target: "_blank" %>
         </div>
-        <div class="form-group">
-               <label for="name">Name</label>
-          <input class="form-control" id="name" maxlength="250" name="name" type="text"/>
-        </div>
         <div class="form-group">
           <label for="public_key">Public Key</label>
           <textarea class="form-control" id="public_key" rows="4" name="public_key" type="text"/>
         </div>
+        <div class="form-group">
+          <label for="name">Name</label>
+          <input class="form-control" id="name" maxlength="250" name="name" type="text"/>
+        </div>
       </div>
 
       <div class="modal-footer">
-        <button type="submit" id="register" class="btn btn-primary" autofocus>Submit</button>
+        <button type="submit" class="btn btn-primary" autofocus>Submit</button>
         <button class="btn btn-default" onClick="reset_form()" data-dismiss="modal" aria-hidden="true">Cancel</button>
       </div>