about summary refs log tree commit diff
path: root/app/views/settings/show.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-14 02:28:49 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-14 02:28:49 +0200
commit7a6d95f70ccb12d61355ecd677eff40dd13260b7 (patch)
tree93abd8019a8ca91c1c251307f0773ca008f4b875 /app/views/settings/show.html.haml
parent9b195f5dd34ad646e1300abaaa42e10cf43cd5db (diff)
E-mail preferences page
Diffstat (limited to 'app/views/settings/show.html.haml')
-rw-r--r--app/views/settings/show.html.haml17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/settings/show.html.haml b/app/views/settings/show.html.haml
deleted file mode 100644
index fe4d37b55..000000000
--- a/app/views/settings/show.html.haml
+++ /dev/null
@@ -1,17 +0,0 @@
-- content_for :page_title do
-  Edit profile
-
-= form_for @account, url: settings_path, html: { method: :put } do |f|
-  .field
-    = f.text_field :display_name, placeholder: 'Display name'
-  .field
-    = f.text_area :note, placeholder: 'Bio'
-  .file-field
-    = f.label :avatar
-    = f.file_field :avatar
-  .file-field
-    = f.label :header
-    = f.file_field :header
-
-  .actions
-    = f.button 'Save changes', type: :submit