Remove display of search code
This commit is contained in:
@@ -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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user