stubbed in view code from old danbooru; only janitors can lock a wiki page
This commit is contained in:
7
app/views/notes/_secondary_links.html.erb
Normal file
7
app/views/notes/_secondary_links.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<% content_for("subnavbar") do %>
|
||||
<li><%= link_to "List", :action => "index" %></li>
|
||||
<li><%= link_to "Search", :action => "search" %></li>
|
||||
<li><%= link_to "History", :action => "history" %></li>
|
||||
<li><%= link_to "Requests", :controller => "post", :action => "index", :tags => "translation_request" %></li>
|
||||
<li><%= link_to "Help", :controller => "help", :action => "notes" %></li>
|
||||
<% end %>
|
||||
@@ -0,0 +1,9 @@
|
||||
<div id="note-list">
|
||||
<%= render :partial => "post/posts", :locals => {:posts => @posts} %>
|
||||
|
||||
<div id="paginator">
|
||||
<%= will_paginate(@posts) %>
|
||||
</div>
|
||||
|
||||
<%= render :partial => "footer" %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user