fix: SuperAdmin Improvements (#3733)

- Fix broken access tokens pages
- Fix broken avatar images in the super admin users tab
- Fix broken pagination links in super admin
- Add agent bot tabs

Fixes: #2021
This commit is contained in:
Sojan Jose
2022-01-12 08:30:00 +05:30
committed by GitHub
parent bec1266242
commit f44be0b1e6
12 changed files with 18 additions and 77 deletions

View File

@@ -1 +1 @@
<%= image_tag field.avatar_url %>
<%= image_tag field.avatar_url if field.avatar_url.present? %>

View File

@@ -1 +1 @@
<%= image_tag field.avatar_url %>
<%= image_tag field.avatar_url if field.avatar_url.present? %>