Merge branch 'master' of git://gitorious.org/~ruinar/selectricity/ruinar-selectricity
[selectricity] / app / views / account / change_contact.rhtml
diff --git a/app/views/account/change_contact.rhtml b/app/views/account/change_contact.rhtml
new file mode 100644 (file)
index 0000000..b16bc8b
--- /dev/null
@@ -0,0 +1,15 @@
+<div id="title-header">
+  <span class="header">Change E-mail</span>
+  <span class="subheader"></span>
+</div>
+<div class="user_edit">
+       <p>Current E-mail: <%=h @user.email %></p>
+       
+       <% form_tag do -%>
+       
+       <p><label for="login">New E-mail</label><br/>
+       <%= text_field_tag 'email' %></p>
+       
+       <p><%= submit_tag 'Submit' %></p>
+       <% end -%>
+</div>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?