Avatar |
- <% if @avatar.present? %>
-
+ <% if @ldap_avatar.present? %>
+ JPEG size: <%= @ldap_avatar.size %>
<% else %>
—
<% end %>
diff --git a/app/views/settings/_profile.html.erb b/app/views/settings/_profile.html.erb
index 45ffc37..7dc0f22 100644
--- a/app/views/settings/_profile.html.erb
+++ b/app/views/settings/_profile.html.erb
@@ -33,22 +33,19 @@
<% if Flipper.enabled?(:avatar_upload, current_user) %>
|