From e5655f0b6bc69fc525584f93194655d7690617ce Mon Sep 17 00:00:00 2001 From: Joshua Rosenfeld Date: Fri, 2 Feb 2018 00:40:10 -0500 Subject: [PATCH] UX: Add specific classes to ip address rows on user admin --- app/assets/javascripts/admin/templates/user-index.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/admin/templates/user-index.hbs b/app/assets/javascripts/admin/templates/user-index.hbs index 24122f3877b..28b526da55e 100644 --- a/app/assets/javascripts/admin/templates/user-index.hbs +++ b/app/assets/javascripts/admin/templates/user-index.hbs @@ -124,7 +124,7 @@ -
+
{{i18n 'user.ip_address.title'}}
{{model.ip_address}}
@@ -135,7 +135,7 @@
-
+
{{i18n 'user.registration_ip_address.title'}}
{{model.registration_ip_address}}