aboutsummaryrefslogtreecommitdiff
path: root/mod/riverdashboard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/riverdashboard/index.php')
-rw-r--r--mod/riverdashboard/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/riverdashboard/index.php b/mod/riverdashboard/index.php
index 17be5637a..c4a567a8d 100644
--- a/mod/riverdashboard/index.php
+++ b/mod/riverdashboard/index.php
@@ -39,7 +39,8 @@ switch($orient) {
break;
}
-$title = elgg_view_title($title_wording);
+$title = "<a class='start_conversation link action_button'>New conversation</a>";
+$title .= elgg_view_title($title_wording);
$extend = elgg_view("activity/extend");
$river = elgg_view_river_items($subject_guid, 0, $relationship_type, $type, $subtype, '', 20, 0, 0, TRUE, FALSE);