From 9e6b80c0321ba1fbe1c824083acbeeac7b7b94d4 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 10 Dec 2017 07:02:47 +0100 Subject: post form and other stuff --- public/assets/js/lib/views/details/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/assets/js/lib/views/details/index.js') diff --git a/public/assets/js/lib/views/details/index.js b/public/assets/js/lib/views/details/index.js index 0a40dbc..25ae020 100644 --- a/public/assets/js/lib/views/details/index.js +++ b/public/assets/js/lib/views/details/index.js @@ -23,7 +23,7 @@ var DetailsView = View.extend({ populate: function(data){ var thread = data.thread $("h1").html(thread.title) - $(".subtitle").show().html(metadata(thread)) + $(".subtitle").show().html("< Home | " + metadata(thread)) this.form.load(data.thread) this.comments.load(data.comments) this.files.load(data.files) -- cgit v1.2.3-70-g09d2