changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div id="c-notes">
|
||||
<div id="a-index">
|
||||
<table width="100%">
|
||||
<table width="100%" class="striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Post</th>
|
||||
@@ -22,6 +22,10 @@
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="paginator">
|
||||
<%= sequential_paginator(@notes) %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<div id="c-notes">
|
||||
<div id="a-index">
|
||||
<%= @post_set.presenter.post_previews_html(self) %>
|
||||
|
||||
<div class="paginator">
|
||||
<%= numbered_paginator(@posts, false) %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
@@ -0,0 +1,11 @@
|
||||
<div id="c-notes">
|
||||
<div id="a-search">
|
||||
<%= simple_form_for @search do |f| %>
|
||||
<%= f.input :body_matches, :label => "Body" %>
|
||||
<%= f.input :post_tag_match, :label => "Tags" %>
|
||||
<%= f.button :submit, "Search" %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
Reference in New Issue
Block a user