We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0471a03 commit a2f0a31Copy full SHA for a2f0a31
app/Lio/Accounts/UserPresenter.php
@@ -29,11 +29,11 @@ public function profileUrl()
29
30
public function thumbnail()
31
{
32
- //return HTML::image($this->image_url . "?size=50", $this->resource->name);
+ return HTML::image($this->image_url . "?size=50", $this->resource->name);
33
}
34
35
public function imageMedium()
36
37
- //return HTML::image($this->image_url . "?size=300");
+ return HTML::image($this->image_url . "?size=300");
38
39
0 commit comments