Skip to content

Commit

Permalink
Add extra fields to users_new.erb, for examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Bernier and Zach Morek authored and Zach Morek committed Jan 15, 2015
1 parent 90d766a commit 46af71c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions views/users_new.erb
Expand Up @@ -13,5 +13,25 @@
<input name="user[last_name]" id="last_name" type="text" />
<br />

<label for="manager_email">Manager Email</label>
<input name="user[manager_email]" id="manager_email" type="text" />
<br />

<label for="title">Title</label>
<input name="user[title]" id="title" type="text" />
<br />

<label for="started_on">Started On (ISO8601 Date)</label>
<input name="user[started_on]" id="started_on" type="text" />
<br />

<label for="review_on">Review On (ISO8601 Date)</label>
<input name="user[review_on]" id="review_on" type="text" />
<br />

<label for="employee_id">Employee ID</label>
<input name="user[employee_id]" id="employee_id" type="text" />
<br />

<input type="submit" value="Submit" />
</form>

0 comments on commit 46af71c

Please sign in to comment.