@@ -1,7 +1,7 @@
|
|||||||
<div id="c-posts">
|
<div id="c-posts">
|
||||||
<div id="a-index">
|
<div id="a-index">
|
||||||
<aside id="sidebar">
|
<aside id="sidebar">
|
||||||
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags] %>
|
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags], :tags_dom_id => "tags" %>
|
||||||
|
|
||||||
<%= render "posts/partials/index/mode_menu" %>
|
<%= render "posts/partials/index/mode_menu" %>
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="responsive-tag-list">
|
<section id="responsive-tag-list">
|
||||||
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags] %>
|
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags], :tags_dom_id => "responsive-tags" %>
|
||||||
<%= @post_set.presenter.tag_list_html(self) %>
|
<%= @post_set.presenter.tag_list_html(self) %>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<section id="search-box">
|
<section id="search-box">
|
||||||
<h1>Search</h1>
|
<h1>Search</h1>
|
||||||
<%= form_tag(path, :method => "get") do %>
|
<%= form_tag(path, :method => "get") do %>
|
||||||
<%= text_field_tag("tags", tags, :size => 20) %>
|
<%= text_field_tag("tags", tags, :size => 20, :id => tags_dom_id) %>
|
||||||
<% if params[:raw] %>
|
<% if params[:raw] %>
|
||||||
<%= hidden_field_tag :raw, params[:raw] %>
|
<%= hidden_field_tag :raw, params[:raw] %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<div id="c-posts">
|
<div id="c-posts">
|
||||||
<div id="a-show">
|
<div id="a-show">
|
||||||
<aside id="sidebar">
|
<aside id="sidebar">
|
||||||
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags] %>
|
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags], :tags_dom_id => "tags" %>
|
||||||
|
|
||||||
<%= render "posts/partials/index/blacklist" %>
|
<%= render "posts/partials/index/blacklist" %>
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
<section id="responsive-tag-list">
|
<section id="responsive-tag-list">
|
||||||
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags] %>
|
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags], :tags_dom_id => "responsive-tags" %>
|
||||||
<%= @post.presenter.split_tag_list_html(self) %>
|
<%= @post.presenter.split_tag_list_html(self) %>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user