1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

[lib list] modification about 'icon_title'

This commit is contained in:
llj
2016-03-14 12:15:28 +08:00
parent 0931bd0103
commit 6f0fcd6cb1
6 changed files with 31 additions and 36 deletions

View File

@@ -41,7 +41,8 @@ define([
// 'owner_name' for '#groups', 'owner_nickname' for '#group/id/'
owner_name: this.model.get('owner_nickname') || this.model.get('owner_name'),
show_shared_by: this.show_shared_by,
icon_url: icon_url
icon_url: icon_url,
icon_title: this.model.getIconTitle()
});
this.$el.html(this.template(obj));
return this;