app/views/adminpanel/icons/_show.html.erb in adminpanel-3.1.0 vs app/views/adminpanel/icons/_show.html.erb in adminpanel-3.2.0

- old
+ new

@@ -7,9 +7,14 @@ class: 'fa fa-search-plus' ), [resource], class: 'spinner-link', title: I18n.t('action.show', resource: resource.name), - id: 'show-resource-icon' + id: 'show-resource-icon', + data: { + toggle: :tooltip, + placement: :left, + title: I18n.t('action.show', resource: resource.name) + } ) %> <% end %>