Sha256: b4475252f6363d8fc4def23be11f9026538ac25e02e3f56451554951e86976aa

Contents?: true

Size: 760 Bytes

Versions: 2

Compression:

Stored size: 760 Bytes

Contents

<span class='pagename'><%= pagename %></span>

<h1>Results of Search for &#8220;<%= pagename %>&#8221;</h1>

<% unless title_results.empty? %>
	<h2>Matches in the titles of pages</h2>
	<ul>
	<% title_results.each do |name, page| %>
		<li><a href='<%= url name %>' ><%= name %></a></li>
	<% end %>
	</ul>
<% else %>
	<p>No matches in the titles of pages</p>
<% end %>

<% unless text_results.empty? %>
	<h2>Matches in the text of pages</h2>
	<ul>
	<% text_results.each do |name, page| %>
		<li><a href='<%= url name %>' ><%= name %></a></li>
	<% end %>
	</ul>
<% else %>
	<p>No matches in the text of pages</p>
<% end %>

<div class='command'>
	<a href='<%= url pagename, "edit" %>' accesskey="E" >Create a page titled &#8220;<%= pagename %>&#8221;</a>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
Soks-0.0.6 templates/default/views/Page_search_results.rhtml
Soks-0.0.7 templates/default/views/Page_search_results.rhtml