summaryrefslogtreecommitdiff
path: root/app/views/admin/search_results.html.erb
blob: 671b665fe52b9ea6112a7e44b391ea881f778cc3 (plain)
1
2
3
4
5
6
7
<h1>Search Results</h1>

<ul>
<%- @results.each do |result| %>
  <li><a href="<%= node_path(result) %>"><%= result.title %></a></li>
<% end %>
</ul>