added ip addr search
This commit is contained in:
@@ -1,3 +1 @@
|
||||
<div class="paginator">
|
||||
<%= @forum_topic.presenter(@forum_posts).pagination_html(self) %>
|
||||
</div>
|
||||
<%= @forum_topic.presenter(@forum_posts).pagination_html(self) %>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div id="c-forum-topics">
|
||||
<div id="a-edit">
|
||||
<h3>Edit Forum Topic</h3>
|
||||
<h1>Edit Forum Topic</h1>
|
||||
|
||||
<%= render "form" %>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div id="c-forum-topics">
|
||||
<div id="a-new">
|
||||
<h3>New Forum Topic</h3>
|
||||
<h1>New Forum Topic</h1>
|
||||
|
||||
<%= render "form" %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user