/explore/posts/{popular,searches,missed_searches}: fix page wrapper ids.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div id="c-explore-posts">
|
||||
<div id="a-index">
|
||||
<div id="a-missed-searches">
|
||||
<h1>Missed Searches (past seven days)</h1>
|
||||
|
||||
<table class="striped" width="100%">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div id="c-explore-posts">
|
||||
<div id="a-index">
|
||||
<div id="a-popular">
|
||||
<h1>Popular: <%= @post_set.presenter.range_text %></h1>
|
||||
|
||||
<%= @post_set.presenter.nav_links(self) %>
|
||||
@@ -18,4 +18,4 @@
|
||||
|
||||
<% content_for(:html_header) do %>
|
||||
<meta name="description" content="The most popular posts per day">
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div id="c-explore-posts">
|
||||
<div id="a-index">
|
||||
<div id="a-searches">
|
||||
<h1>Popular Searches: <%= @search_service.date %> (by <%= @search_service.scale %>)</h1>
|
||||
|
||||
<table class="striped" width="100%">
|
||||
|
||||
Reference in New Issue
Block a user