Skip to content

Commit 7498165

Browse files
author
frmdstryr
committed
Update details.py
Changed to correct icon
1 parent 81c3310 commit 7498165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xadmin/plugins/details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def result_item(self, item, obj, field_name, row):
4848
args=(getattr(rel_obj, opts.pk.attname),))
4949
else:
5050
edit_url = ''
51-
item.btns.append('<a data-res-uri="%s" data-edit-uri="%s" class="details-handler" rel="tooltip" title="%s"><i class="fa fa-info-sign"></i></a>'
51+
item.btns.append('<a data-res-uri="%s" data-edit-uri="%s" class="details-handler" rel="tooltip" title="%s"><i class="fa fa-info-circle"></i></a>'
5252
% (item_res_uri, edit_url, _(u'Details of %s') % str(rel_obj)))
5353
except NoReverseMatch:
5454
pass

0 commit comments

Comments
 (0)