diff --git a/app/assets/javascripts/notes.js b/app/assets/javascripts/notes.js
index 3feb4f9e0..aeb9aaa70 100644
--- a/app/assets/javascripts/notes.js
+++ b/app/assets/javascripts/notes.js
@@ -237,6 +237,7 @@ Danbooru.Note = {
})
} else {
$note_body.click(function(e) {
+ Danbooru.notice("You must be logged in to edit notes");
e.stopPropagation();
});
}
diff --git a/app/views/comments/partials/show/_comment.html.erb b/app/views/comments/partials/show/_comment.html.erb
index 96f9801f2..be178e30e 100644
--- a/app/views/comments/partials/show/_comment.html.erb
+++ b/app/views/comments/partials/show/_comment.html.erb
@@ -13,17 +13,20 @@
Updated by <%= link_to comment.updater_name, user_path(comment.updater_id) %> <%= time_ago_in_words_tagged(comment.updated_at) %>
<% end %>
-
+ <% end %>