<% else %>
<h1 style="margin-bottom: -.8em">Bookmark comment permalink:</h1>
<h3><%= @post.title %></h3>
- <%= link_to "View original content", @post.url, class: "button" %>
- <%= link_to "More from mind reader", "#{root_path}?filter=bookmarks", class: "button", target: "_BLANK" %>
+ <%= link_to "View original content", @post.url, class: "button", target: "_BLANK" %>
+ <%= link_to "More from mind reader", "#{root_path}?filter=bookmarks", class: "button" %>
<div class="postmeta">
<p>Originally bookmarked on mind reader on <%= @post.published_at.strftime('%B %d, %Y') %>.</p>
</div>