From 4e6689eb87414e731a749fa58c35122b4a77a6fb Mon Sep 17 00:00:00 2001 From: Himanshu Dewan Date: Wed, 11 Jul 2018 03:12:32 +0530 Subject: [PATCH] Edit icon swap #3014 (#3024) * swaped position of icons * changed heading * font changed * env added back * changes made as per intruction * some fix * fixed * added space in end --- app/views/users/edit.html.erb | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 84c2efe6fc..2f65b23f4d 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -3,15 +3,19 @@

<%= t('users.edit.edit_profile') %>


+ <% if Rails.env == "production" %> +
+ +
+
+
+ + + + +
+
+ <% end %> - <%= render 'form' %> - <% if Rails.env == "production"%> -
Link to
-
- - -
- - - <% end %> - + +<%= render 'form' %>