]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Fixed a _BLANK ref in the wrong place
authorAidan Cornelius-Bell <[email protected]>
Mon, 18 Nov 2024 06:44:25 +0000 (17:14 +1030)
committerAidan Cornelius-Bell <[email protected]>
Mon, 18 Nov 2024 06:44:25 +0000 (17:14 +1030)
app/views/pubview/post.html.erb

index f71b8aab1b82080f064cc9f068b3ed62fe431d81..9474e0cdd26eb94388080a9ad8a882b3207bdaf0 100644 (file)
@@ -14,8 +14,8 @@
   <% 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>