added support for mentions notifications

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@73602 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-04-18 10:44:52 +00:00
parent 795f57ddc0
commit 39e215b72d
1 changed files with 3 additions and 0 deletions

View File

@ -184,6 +184,9 @@ public class EmailPlugin {
case COMMENT:
actionLink.append("\">.").append(" See the Post").append("</a>");
break;
case MENTION:
actionLink.append("\">.").append(" See the Post").append("</a>");
break;
case MESSAGE:
actionLink.append("\">.").append(" Go to Message").append("</a>");
break;