posts/show: fix tag search in navbar not being bolded.

This commit is contained in:
evazion
2020-01-21 17:30:57 -06:00
parent 60bf21ff80
commit 20b2c28126

View File

@@ -1,6 +1,6 @@
<div id="search-seq-nav">
<ul>
<li class="active">
<li data-selected="true">
<%= link_to "&lsaquo;&thinsp;prev".html_safe, show_seq_post_path(post, q: params[:q], seq: "prev"), rel: "prev", class: "prev" %>
<span class="search-name">Search: <%= params[:q].presence || "status:any" %></span>
<%= link_to "next&thinsp;&rsaquo;".html_safe, show_seq_post_path(post, q: params[:q], seq: "next"), rel: "next", class: "next" %>