From c93308dd5c41a921305399980cfc8f1ed890daf7 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 19 Jul 2013 10:58:47 -0700 Subject: [PATCH] Correct sprite CSS for permalink (#352) --- app/assets/javascripts/templates/notes/show.jst.ejs | 2 +- app/assets/stylesheets/common.css.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/javascripts/templates/notes/show.jst.ejs b/app/assets/javascripts/templates/notes/show.jst.ejs index 63177012c..bea60ed4a 100644 --- a/app/assets/javascripts/templates/notes/show.jst.ejs +++ b/app/assets/javascripts/templates/notes/show.jst.ejs @@ -1,5 +1,5 @@
- + <% if (note.comments.some(function (comment) { return !comment.user })) { %> <%- I18n.t('javascripts.notes.show.anonymous_warning') %> <% } %> diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 69815aecc..c0a8a457a 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1975,7 +1975,6 @@ a.button { left: $lineheight/4; min-width: 15px; min-height: 15px; - background: image-url("sprite.png") 0 -45px no-repeat; } .permalink span { -- 2.43.2