activty images, website heading fix
diff --git a/erpnext/home/page/activity/activity.js b/erpnext/home/page/activity/activity.js
index 7dbf476..2d0d41c 100644
--- a/erpnext/home/page/activity/activity.js
+++ b/erpnext/home/page/activity/activity.js
@@ -14,12 +14,14 @@
init: function(row, data) {
this.scrub_data(data);
this.add_date_separator(row, data);
- $(row).append(sprintf('<span %(onclick)s\
- class="label %(add_class)s">%(feed_type)s</span>\
- %(link)s %(subject)s <span class="user-info">%(by)s</span>', data));
+ $(row).append(sprintf('<div style="margin: 0px">\
+ <img src="%(imgsrc)s" style= "height: 24px; margin-bottom: -7px; margin-right: 5px"> \
+ <span %(onclick)s class="label %(add_class)s">%(feed_type)s</span>\
+ %(link)s %(subject)s <span class="user-info">%(by)s</span></div>', data));
},
scrub_data: function(data) {
data.by = wn.user_info(data.owner).fullname;
+ data.imgsrc = wn.user_info(data.owner).image;
// feedtype
if(!data.feed_type) {
diff --git a/erpnext/website/page/website_home/website_home.html b/erpnext/website/page/website_home/website_home.html
index 4c3c9c6..f7bb208 100644
--- a/erpnext/website/page/website_home/website_home.html
+++ b/erpnext/website/page/website_home/website_home.html
@@ -1,7 +1,7 @@
<div class="layout-wrapper layout-wrapper-background">
<div class="layout-main-section">
<a class="close" onclick="window.history.back();">×</a>
- <h1>Support</h1>
+ <h1>Website</h1>
<hr>
<div style="width: 48%; float: left;">
<h4><a href="#!List/Web Page">Web Page</a></h4>