-
{{notification.from_user.display_name}}
+
+ {{notification.from_user.first_name}}
+
{{notification.verb}} {{notification.target_desc}}
diff --git a/client/app/directives/notifications/notifications.less b/client/app/directives/notifications/notifications.less
index 15c2cf6..0ade167 100644
--- a/client/app/directives/notifications/notifications.less
+++ b/client/app/directives/notifications/notifications.less
@@ -2,3 +2,8 @@
overflow: scroll;
overflow-x: hidden;
}
+
+.notification-new .message{
+ font-weight: bold;
+}
+
diff --git a/client/app/helpers/social.js b/client/app/helpers/social.js
index cd435c3..5292c01 100644
--- a/client/app/helpers/social.js
+++ b/client/app/helpers/social.js
@@ -1,5 +1,4 @@
var helpers = helpers || {};
-/*
if (FB) {
FB.init({
appId: '154504534677009',
@@ -9,7 +8,6 @@ if (FB) {
version: 'v2.3'
});
}
-*/
helpers.social = {
postToFacebook: function (mix) {
FB.getLoginStatus(function (oResponse) {