FIX: jump to solved post instead of opening in new tab
This commit is contained in:
@@ -17,5 +17,5 @@ en:
|
||||
solution_summary:
|
||||
one: "solution <i class='fa fa-check-square'></i>"
|
||||
other: "solutions <i class='fa fa-check-square'></i>"
|
||||
accepted_html: "<i class='fa-check-square fa accepted'></i> Solved <span class='by'>by <a href data-user-card='{{username_lower}}'>{{username}}</a></span> in <a href='{{post_path}}'>post #{{post_number}}</a>"
|
||||
accepted_html: "<i class='fa-check-square fa accepted'></i> Solved <span class='by'>by <a href data-user-card='{{username_lower}}'>{{username}}</a></span> in <a href='{{post_path}}' class='back'>post #{{post_number}}</a>"
|
||||
accepted_notification: "<i title='accepted' class='fa fa-check-square'></i><p><span>{{username}}</span> {{description}}</p>"
|
||||
|
||||
Reference in New Issue
Block a user