stubbed in view code from old danbooru; only janitors can lock a wiki page
This commit is contained in:
7
app/views/user_feedback/_secondary_links.html.erb
Normal file
7
app/views/user_feedback/_secondary_links.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<% if @user %>
|
||||
<% content_for("subnavbar") do %>
|
||||
<li><%= link_to "Add", :action => "create", :user_id => @user.id %></li>
|
||||
<li><%= link_to "List for user", :action => "index", :user_id => @user.id %></li>
|
||||
<li><%= link_to "List for all", :action => "index", :user_id => nil %></li>
|
||||
<% end %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user