add table count to user list, padding to help bubble, better date formatting and tooltip
This commit is contained in:
@@ -132,6 +132,7 @@ class Table extends Model
|
||||
|
||||
public function scopeForList(Builder $query)
|
||||
{
|
||||
return $query->with('revision:id,row_count')->withCount(['favourites', 'forks', 'revisions']);
|
||||
return $query->with('revision:id,row_count')->with('owner:id,name,title')
|
||||
->withCount(['favourites', 'forks', 'revisions']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user