eliminate responsive tag list

This commit is contained in:
r888888888
2017-04-26 12:26:51 -07:00
parent ba1399abef
commit b7f207180c
3 changed files with 4 additions and 32 deletions

View File

@@ -88,11 +88,6 @@
<li><a href="#share">Share</a></li>
</menu>
<section id="responsive-tag-list">
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags], :tags_dom_id => "responsive-tags" %>
<%= @post.presenter.split_tag_list_html(self) %>
</section>
<section id="comments">
<% if !CurrentUser.user.is_builder? %>
<h2>Before commenting, read the <%= link_to "how to comment guide", wiki_pages_path(:search => {:title => "howto:comment"}) %>.</h2>