Index: bp-themes/bp-default/single.php
===================================================================
--- bp-themes/bp-default/single.php	(revision 2383)
+++ bp-themes/bp-default/single.php	(working copy)
@@ -26,7 +26,7 @@
 					<div class="post-content">
 						<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e( 'Permanent Link to', 'buddypress' ) ?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
 
-						<p class="date"><?php the_time('F j, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?></em></p>
+						<p class="date"><?php the_time('F j, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?></em> <?php edit_post_link( __( 'Edit this entry', 'buddypress' ),'<em class="edit-link">','</em>'); ?></p>
 
 						<div class="entry">
 							<?php the_content( __( 'Read the rest of this entry &rarr;', 'buddypress' ) ); ?>
Index: bp-themes/bp-default/_inc/css/default.css
===================================================================
--- bp-themes/bp-default/_inc/css/default.css	(revision 2383)
+++ bp-themes/bp-default/_inc/css/default.css	(working copy)
@@ -1533,6 +1533,10 @@
 		border-bottom: 1px solid #e4e4e4;
 		border-top: 1px solid #e4e4e4;
 	}
+	
+		div.post p.date em.edit-link {
+			float: right;
+		}
 
 	div.post p.postmetadata {
 		margin-top: 15px;