/explore/posts/{popular,searches,missed_searches}: fix page wrapper ids.

This commit is contained in:
evazion
2017-05-21 10:26:03 -05:00
parent 86b1298662
commit 223e600eb0
3 changed files with 4 additions and 4 deletions

View File

@@ -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%">

View File

@@ -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 %>

View File

@@ -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%">