Sha256: 4cc1937728c01011aaf820aef4b2a9f13c09d4048b231a96af2ed1c98c7a6bf0
Contents?: true
Size: 756 Bytes
Versions: 11
Compression:
Stored size: 756 Bytes
Contents
<div> <h2 class='title' id='search_result_title'> <%=search_result_title(total_num_of_children, records)%> </h2> <% if admin_data_is_allowed_to_update? && params[:action] == 'advance_search' %> <div class='delete_destroy_box'> <span style=''> <%= link_to 'Delete All', '#', :id => 'advance_search_delete_all' %> </span> | <span> <%= link_to 'Destroy All', '#', :id => 'advance_search_destroy_all' %> </span> </div> <% end %> <div class='clear'></div> </div> <style> #search_result_title { float: left; margin-top: 5px; padding-top: 5px; } .delete_destroy_box { float: left; margin-top: 6px; padding-top: 6px; margin-left: 20px; } </style>
Version data entries
11 entries across 11 versions & 1 rubygems