summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'views/listindex.erb')
-rw-r--r--views/listindex.erb8
1 files changed, 1 insertions, 7 deletions
diff --git a/views/listindex.erb b/views/listindex.erb
index 30a0a17..32df615 100644
--- a/views/listindex.erb
+++ b/views/listindex.erb
@@ -1,11 +1,5 @@
<h1 class="first-header">Gentoo Archives: <%= list %></h1>
-<% if params[:no_messages] %>
-<div class="alert alert-warning">
- There are no messages in the archive for the requested month.
-</div>
-<% end %>
-
<table class="table">
<tr>
<th>Month</th>
@@ -18,4 +12,4 @@
<td><%= month['doc_count'] %></td>
</tr>
<% end %>
-</table> \ No newline at end of file
+</table>