added ip addr search

This commit is contained in:
albert
2011-07-29 18:04:50 -04:00
parent 5da43c54f0
commit c8afd34d15
55 changed files with 406 additions and 189 deletions

View File

@@ -1,26 +1,11 @@
<div id="c-posts">
<div id="a-index">
<aside id="sidebar">
<section id="search-box">
<h1>Search</h1>
<%= form_tag(posts_path, :method => "get") do %>
<%= text_field_tag("tags", params[:tags], :size => 20) %>
<%= submit_tag "Go" %>
<% end %>
</section>
<%= render :partial => "posts/partials/common/search", :locals => {:path => posts_path, :tags => params[:tags]} %>
<% if CurrentUser.user.is_privileged? %>
<section id="mode-box">
<%= render :partial => "posts/partials/index/mode_menu" %>
</section>
<% end %>
<%= render :partial => "posts/partials/index/mode_menu" %>
<section id="blacklist-box">
<h1>Blacklist</h1>
<%= link_to "Hidden", "#" %>
<ul>
</ul>
</section>
<%= render :partial => "posts/partials/index/blacklist" %>
<section id="tag-box">
<h1>Tags</h1>