fix user feedback controller test
This commit is contained in:
6
app/views/user_feedbacks/_secondary_links.html.erb
Normal file
6
app/views/user_feedbacks/_secondary_links.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<% content_for(:secondary_links) do %>
|
||||
<menu>
|
||||
<li><%= link_to "New", new_user_feedback_path %></li>
|
||||
<li><%= link_to "Listing", user_feedbacks_path %></li>
|
||||
</menu>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user