mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
modification for long lib/dir/file name
This commit is contained in:
@@ -47,7 +47,7 @@ define([
|
||||
render: function () {
|
||||
this.$el.html(this.template({
|
||||
title: gettext("Set {placeholder}'s permission")
|
||||
.replace('{placeholder}', '<span class="op-target">' + Common.HTMLescape(this.obj_name) + '</span>')
|
||||
.replace('{placeholder}', '<span class="op-target ellipsis ellipsis-op-target" title="' + Common.HTMLescape(this.obj_name) + '">' + Common.HTMLescape(this.obj_name) + '</span>')
|
||||
}));
|
||||
return this;
|
||||
},
|
||||
|
Reference in New Issue
Block a user