Sha256: 255b6d910c3fb396cdd59f88e4af3ea69faed345040df2d3b62410c39ff5b903
Contents?: true
Size: 775 Bytes
Versions: 2
Compression:
Stored size: 775 Bytes
Contents
%ul#search_list - unless @search_histories.nil? - for i in (0..history_entries-1) %li.item %span.search_query.recent.one-line-ellipsis{:title => @search_histories[i].params} #{@search_histories[i].params} - unless @search_favorites.nil? - for i in (0..favorite_entries-1) %li.item %span.search_query.favorite.one-line-ellipsis{:title => @search_favorites[i].params} #{@search_favorites[i].params} .delete#search_favorite_destroy{"data-id" => @search_favorites[i].id, "data-url" => destroy_favorite_search_index_path(@search_favorites[i].id)} %ul %li %span.add#search_favorite_save{"data-url" => url_for(favorite_search_index_path())} #{_("Save as Favorite")} %li %span.clear#search_clear #{_("Clear the Search")}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
katello-2.2.2 | app/views/katello/common/_search.html.haml |
katello-1.5.0 | app/views/katello/common/_search.html.haml |