Show a glyph in the assets datatable. (#3111)

This commit is contained in:
Daniel Meltzer
2016-12-29 21:12:27 -05:00
committed by snipe
parent 4c5fce847b
commit 4ad9c3623e
4 changed files with 17 additions and 2 deletions
+5
View File
@@ -72,4 +72,9 @@ class LocationPresenter extends Presenter
{
return route('locations.show', $this->id);
}
public function glyph()
{
return '<i class="fa fa-globe"></i>';
}
}