Skip to content

Commit

Permalink
Correct sprite CSS for permalink (openstreetmap#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jul 19, 2013
1 parent 8ba70fa commit 764db99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/templates/notes/show.jst.ejs
@@ -1,5 +1,5 @@
<div class="note">
<a class="permalink deemphasize" href="/?note=<%- note.id %>"><span><%- I18n.t('javascripts.notes.show.permalink', { id: note.id }) %></span></a>
<a class="icon link permalink deemphasize" href="/?note=<%- note.id %>"><span><%- I18n.t('javascripts.notes.show.permalink', { id: note.id }) %></span></a>
<% if (note.comments.some(function (comment) { return !comment.user })) { %>
<small class="warning"><%- I18n.t('javascripts.notes.show.anonymous_warning') %></small>
<% } %>
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/common.css.scss
Expand Up @@ -1973,7 +1973,6 @@ a.button {
left: $lineheight/4;
min-width: 15px;
min-height: 15px;
background: image-url("sprite.png") 0 -45px no-repeat;
}

.permalink span {
Expand Down

0 comments on commit 764db99

Please sign in to comment.