diff --git a/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs b/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs index 06289c1..5e125a7 100644 --- a/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs +++ b/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs @@ -161,9 +161,11 @@ - - {{query.username}} - + {{#if query.username}} + + {{query.username}} + + {{/if}} {{bound-date query.last_run_at}} diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss index 8bb4ed3..d1d92ae 100644 --- a/assets/stylesheets/explorer.scss +++ b/assets/stylesheets/explorer.scss @@ -219,7 +219,6 @@ .recent-queries { tr a { - display:block; width:100%; height: 100%; color: inherit; @@ -230,7 +229,7 @@ } .user { width: 20%; - padding-left: 1em; + text-align: center; } .query-created-at { color: $secondary-medium; @@ -240,6 +239,8 @@ } .query-created-by { color: $primary-high; + text-align: center; + vertical-align: middle; } tr { height: 2px;