Sha256: a316873aae18dce47de9c3c95a7825405a5ffd2acdf1a606ef5d42a01b7e635f

Contents?: true

Size: 238 Bytes

Versions: 9

Compression:

Stored size: 238 Bytes

Contents

<% if !@search.to_s.blank? -%>
  <h3>Searched for <em>"<%=h @search %>"</em></h3>
  <ul>
  <% for article in @articles.to_a -%>
    <li><%= article_link h(article.title), article %></li>
  <% end -%>
	</ul>
<% else %>
  &nbsp;
<% end -%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/live/search.rhtml
typo-3.99.3 app/views/live/search.rhtml
typo-3.99.1 app/views/live/search.rhtml
typo-3.99.2 app/views/live/search.rhtml
typo-4.0.0 app/views/live/search.rhtml
typo-4.0.2 app/views/live/search.rhtml
typo-4.0.1 app/views/live/search.rhtml
typo-3.99.4 app/views/live/search.rhtml
typo-4.0.3 app/views/live/search.rhtml