Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2325)

Unified Diff: app/templates/browser-search.handlebars

Issue 8910043: Adds search functionality
Patch Set: Adds search functionality Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/subapps/browser/views/view.js ('k') | app/views/utils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/templates/browser-search.handlebars
=== modified file 'app/templates/browser-search.handlebars'
--- app/templates/browser-search.handlebars 2013-04-16 21:58:19 +0000
+++ app/templates/browser-search.handlebars 2013-04-20 01:19:38 +0000
@@ -6,7 +6,7 @@
<div class="bws-searchbox">
<form>
<input type="search" name="bws-search"
- value="{{ term }}"
+ value="{{ text }}"
placeholder="Search&hellip;"/>
</form>
</div>
« no previous file with comments | « app/subapps/browser/views/view.js ('k') | app/views/utils.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b