Show a glyph in the assets datatable. (#3111)
This commit is contained in:
@@ -72,4 +72,9 @@ class LocationPresenter extends Presenter
|
||||
{
|
||||
return route('locations.show', $this->id);
|
||||
}
|
||||
|
||||
public function glyph()
|
||||
{
|
||||
return '<i class="fa fa-globe"></i>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user