mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
[icons] added icons to forms, toolbars, moduleview, doclistview, reportview
This commit is contained in:
@@ -56,7 +56,7 @@ erpnext.ActivityFeed = Class.extend({
|
|||||||
|
|
||||||
// link
|
// link
|
||||||
if(data.doc_name && data.feed_type!='Login') {
|
if(data.doc_name && data.feed_type!='Login') {
|
||||||
data.link = repl('<a href="#!Form/%(doc_type)s/%(doc_name)s">%(doc_name)s</a>', data)
|
data.link = wn.format(data.doc_name, {"fieldtype":"Link", "options":data.doc_type})
|
||||||
} else {
|
} else {
|
||||||
data.link = "";
|
data.link = "";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user