switch sites ability, some cleanup

This commit is contained in:
Kyle Drake 2014-10-07 12:48:04 -07:00
parent d0970cdf9e
commit 21b0848030
4 changed files with 70 additions and 45 deletions

View file

@ -2,7 +2,7 @@
<form method="POST" action="/settings/change_email">
<%== csrf_token_input_html %>
<p>Current Email: <strong><%= current_site.email %></strong></p>
<p>Current Email: <strong><%= parent_site.email %></strong></p>
<p>New Email:</p>
<input class="input-Area" name="email" type="text">