mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
ReadNext: Respect 'open links in new window' preference.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
<%namespace file="utils.html" import="thumbnail_img, nsfw_stamp" />
|
||||
|
||||
<a class="read-next-link" href="${thing.permalink}?ref=readnext">
|
||||
<a class="read-next-link may-blank" href="${thing.permalink}?ref=readnext">
|
||||
<div class="read-next-meta">
|
||||
<span class="score">${thing.score} points</span> 
|
||||
%if thing.num_comments:
|
||||
|
||||
Reference in New Issue
Block a user