witten
/
luminotes
Archived
1
0
Fork 0

Add permalink to each note on blog page.

This commit is contained in:
Dan Helfman 2007-11-11 21:37:30 +00:00
parent dae0e733e9
commit 21ec98ea2e
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ Wiki.prototype.create_editor = function ( id, note_text, deleted_from_id, revisi
if ( !read_write && creation ) {
var short_creation = this.brief_revision( creation );
note_text = "<p>" + short_creation + "</p>" + note_text;
note_text = '<p>' + short_creation + ' | <a href="/blog?note_id=' + id + '" target="_top">permalink</a></p>' + note_text;
}
var startup = this.startup_notes[ id ];