1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Page Attachments - Improved UI, Now initially complete

Closes #62
This commit is contained in:
Dan Brown
2016-10-23 17:55:48 +01:00
parent 91220239e5
commit 30458405ce
11 changed files with 222 additions and 69 deletions

View File

@ -30,7 +30,7 @@ class File extends Ownable
*/
public function getUrl()
{
return '/files/' . $this->id;
return baseUrl('/files/' . $this->id);
}
}