added responsive css

This commit is contained in:
SundaySalsa
2015-01-31 13:35:09 +03:00
committed by r888888888
parent c900816b3e
commit a6233f297e
8 changed files with 285 additions and 8 deletions

View File

@@ -32,6 +32,11 @@
<%= render "posts/partials/index/excerpt", :post_set => @post_set %>
<%= render "posts/partials/index/posts", :post_set => @post_set %>
</section>
<section id="responsive-tag-list">
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags] %>
<%= @post_set.presenter.tag_list_html(self) %>
</section>
<% content_for(:page_title) do %>
<% if @post_set.tag_string.present? %>

View File

@@ -65,6 +65,11 @@
<li><a href="#share">Share</a></li>
</menu>
<section id="responsive-tag-list">
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[: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>