From 104f5540089b7c5297495e71b7d6697c84916c27 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 3 Feb 2013 16:50:59 +0000 Subject: [PATCH] Make titles in note popups link to the note --- app/assets/javascripts/templates/notes/show.jst.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/templates/notes/show.jst.ejs b/app/assets/javascripts/templates/notes/show.jst.ejs index 8c37118f1..e60971884 100644 --- a/app/assets/javascripts/templates/notes/show.jst.ejs +++ b/app/assets/javascripts/templates/notes/show.jst.ejs @@ -1,5 +1,5 @@
-

<%- I18n.t('javascripts.notes.show.title', { id: note.id }) %>

+

<%- I18n.t('javascripts.notes.show.title', { id: note.id }) %>

<% if (note.comments.some(function (comment) { return !comment.user })) { %> <%- I18n.t('javascripts.notes.show.anonymous_warning') %> <% } %> -- 2.43.2