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

14 lines
299 B
Text
Raw Normal View History

2014-06-19 22:44:06 -06:00
<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>