]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/templates/notes/show.jst.ejs
Correct sprite CSS for permalink (#352)
[rails.git] / app / assets / javascripts / templates / notes / show.jst.ejs
index 63177012c87c1616d9de5b3419519b91909d0ebb..bea60ed4a5983cc9c00806b55ca71487a8767cca 100644 (file)
@@ -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>
   <% } %>