From: John Firebaugh Date: Fri, 19 Jul 2013 17:58:47 +0000 (-0700) Subject: Correct sprite CSS for permalink (#352) X-Git-Tag: live~4838 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c93308dd5c41a921305399980cfc8f1ed890daf7 Correct sprite CSS for permalink (#352) --- 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 {