<% for row in @organizationData: %>
<% if @organization[row.name]: %>
-
-
<%- @T( row.display ) %>
-
<%- @P( @organization, row.name ) %>
+
+
+ <%- @P( @organization, row.name ) %>
<% end %>
<% end %>
<% if @organization.members: %>
-
<%- @T('Members') %>
- <% for user in @organization.members: %>
-
- <%= user.displayName() %>
+
+
+ <% for user in @organization.members: %>
+
<%= user.displayName() %>
+ <% end %>
- <% end %>
<% end %>
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/popover/ticket.jst.eco b/app/assets/javascripts/app/views/popover/ticket.jst.eco
index 7d78a0677..0e5d3aea2 100644
--- a/app/assets/javascripts/app/views/popover/ticket.jst.eco
+++ b/app/assets/javascripts/app/views/popover/ticket.jst.eco
@@ -2,36 +2,40 @@
<%- @ticket.iconTitle() %>
-
<%- @T('Agent') %>
-
- <%= @ticket.owner.displayName() %>
- <% if @ticket.owner.organization: %>
- <%= @ticket.owner.organization.displayName() %>
- <% end %>
+
+
+
+ <%= @ticket.owner.displayName() %>
+ <% if @ticket.owner.organization: %>
+ <%= @ticket.owner.organization.displayName() %>
+ <% end %>
+
-
<%- @T('Customer') %>
-
- <%= @ticket.customer.displayName() %>
- <% if @ticket.customer.organization: %>
- <%= @ticket.customer.organization.displayName() %>
- <% end %>
+
+
+
+ <%= @ticket.customer.displayName() %>
+ <% if @ticket.customer.organization: %>
+ <%= @ticket.customer.organization.displayName() %>
+ <% end %>
+
-
#
+
<%- @P( @ticket, 'number' ) %>
-
<%- @T( 'Priority' ) %>
+
<%- @P( @ticket, 'priority' ) %>
-
<%- @T( 'Created' ) %>
+
<%- @P( @ticket, 'created_at' ) %>
-
<%- @T( 'Group' ) %>
+
<%- @P( @ticket, 'group' ) %>
\ No newline at end of file
diff --git a/app/assets/javascripts/app/views/popover/user.jst.eco b/app/assets/javascripts/app/views/popover/user.jst.eco
index ef11cbba0..565648c1e 100644
--- a/app/assets/javascripts/app/views/popover/user.jst.eco
+++ b/app/assets/javascripts/app/views/popover/user.jst.eco
@@ -5,15 +5,15 @@
<% for row in @userData: %>
<% if @user[row.name]: %>
-
-
<%- @T( row.display ) %>
-
<%- @P( @user, row.name ) %>
+
+
+ <%- @P( @user, row.name ) %>
<% end %>
<% end %>
<% if !_.isEmpty(@user['accounts']): %>
-
-
<%- @T( 'Linked Accounts' ) %>
+
+
<% for account of @user['accounts']: %>
<%= account %>
<% end %>
@@ -21,8 +21,8 @@
<% end %>
<% if !_.isEmpty( @user['links'] ): %>
<% for link in @user['links']: %>
-