1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/doc_config/yard/templates/default/layout/html/search.erb
2014-06-20 16:41:32 -06:00

13 lines
299 B
Text

<div id="search" class="js-search">
<ul>
<% menu_lists.each do |field| %>
<li>
<a href="<%= url_for_list(field[:type]) %>">
<%= field[:search_title] %>
</a>
</li>
<% end %>
</ul>
<iframe id="search_frame" class="js-search-frame"></iframe>
</div>