Skip to content

Commit

Permalink
Remove appending @umich.edu to contact form from field
Browse files Browse the repository at this point in the history
  • Loading branch information
grosscol committed Feb 29, 2016
1 parent 348b440 commit d4fb7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/contact_form/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<% if user_signed_in? %>
<% nm = '' %>
<% em = current_user.name + "@umich.edu" %>
<% em = current_user.user_key %>
<% else %>
<% nm = '' %>
<% em = '' %>
Expand Down Expand Up @@ -41,4 +41,4 @@
<% end %>

</div>
</div>
</div>

0 comments on commit d4fb7a1

Please sign in to comment.