Remove display of search code
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
</div>
|
||||
<h1>Search for “{{search_string}}”</h1>
|
||||
<div class="content wikistyle gollum">
|
||||
<p>Searched with <code>{{search_command}}</code></p>
|
||||
{{#has_results}}
|
||||
<ul>
|
||||
{{#results}}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module Precious
|
||||
module Views
|
||||
class Search < Layout
|
||||
attr_reader :content, :page, :footer, :search_command
|
||||
attr_reader :content, :page, :footer
|
||||
|
||||
def search_string
|
||||
@q
|
||||
|
||||
Reference in New Issue
Block a user