mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
13 lines
299 B
Text
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>
|