Skip to content

Commit a2f0a31

Browse files
author
Diego Hernandes
committed
testing images
1 parent 0471a03 commit a2f0a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Lio/Accounts/UserPresenter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ public function profileUrl()
2929

3030
public function thumbnail()
3131
{
32-
//return HTML::image($this->image_url . "?size=50", $this->resource->name);
32+
return HTML::image($this->image_url . "?size=50", $this->resource->name);
3333
}
3434

3535
public function imageMedium()
3636
{
37-
//return HTML::image($this->image_url . "?size=300");
37+
return HTML::image($this->image_url . "?size=300");
3838
}
3939
}

0 commit comments

Comments
 (0)