From 56d87de8565ca92742ef0dcc847b65c4d43f27a6 Mon Sep 17 00:00:00 2001 From: e_lar Date: Tue, 27 Mar 2018 23:04:22 +0200 Subject: [PATCH] Refactor profile edit form (#632) * Add 'Other' to genders * Refactor `lancie-profile-edit` to use ES6 syntax and improve styling * Close my-area profile when unedited & fix ticket page next on profile --- src/lancie-my-area/lancie-profile-edit.html | 175 ++++++++++++++++++ src/lancie-my-area/my-area-profile.html | 8 +- src/lancie-my-area/profile-edit-form.html | 148 --------------- .../lancie-ticket-page.html | 8 +- 4 files changed, 187 insertions(+), 152 deletions(-) create mode 100644 src/lancie-my-area/lancie-profile-edit.html delete mode 100644 src/lancie-my-area/profile-edit-form.html diff --git a/src/lancie-my-area/lancie-profile-edit.html b/src/lancie-my-area/lancie-profile-edit.html new file mode 100644 index 00000000..16890747 --- /dev/null +++ b/src/lancie-my-area/lancie-profile-edit.html @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + diff --git a/src/lancie-my-area/my-area-profile.html b/src/lancie-my-area/my-area-profile.html index 33a3a979..5bb82d92 100644 --- a/src/lancie-my-area/my-area-profile.html +++ b/src/lancie-my-area/my-area-profile.html @@ -10,7 +10,7 @@ - +