|
@@ -68,8 +68,7 @@ |
|
|
block discarded – undo |
|
68
|
68
|
*/ |
|
69
|
69
|
public function industryIcon() |
|
70
|
70
|
{ |
|
71
|
|
- $src = ($this->wrappedObject->pref('cover_photo_url')) ?: |
|
72
|
|
- asset('/img/industries/'.$this->wrappedObject->category->slug.'.png'); |
|
|
71
|
+ $src = ($this->wrappedObject->pref('cover_photo_url')) ?: asset('/img/industries/'.$this->wrappedObject->category->slug.'.png'); |
|
73
|
72
|
|
|
74
|
73
|
return "<img class=\"img-responsive center-block\" src=\"{$src}\"/>"; |
|
75
|
74
|
} |
Please login to merge, or discard this patch.