Remove display of search code

This commit is contained in:
Henrik Hansen
2010-08-29 12:30:13 +02:00
parent d1003f5331
commit 294847ed99
2 changed files with 1 additions and 2 deletions
@@ -7,7 +7,6 @@
</div> </div>
<h1>Search for “{{search_string}}”</h1> <h1>Search for “{{search_string}}”</h1>
<div class="content wikistyle gollum"> <div class="content wikistyle gollum">
<p>Searched with <code>{{search_command}}</code></p>
{{#has_results}} {{#has_results}}
<ul> <ul>
{{#results}} {{#results}}
+1 -1
View File
@@ -1,7 +1,7 @@
module Precious module Precious
module Views module Views
class Search < Layout class Search < Layout
attr_reader :content, :page, :footer, :search_command attr_reader :content, :page, :footer
def search_string def search_string
@q @q