From d1003f5331d58093a2de7dc86dc5f570c5a19ff9 Mon Sep 17 00:00:00 2001 From: Henrik Hansen Date: Mon, 23 Aug 2010 16:59:47 +0200 Subject: [PATCH] Change search-field to use type="search" The search-field will now show with a little magnifying-glass on Webkit based browsers. type="search" is part of HTML5. --- lib/gollum/frontend/templates/page.mustache | 2 +- lib/gollum/frontend/templates/search.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gollum/frontend/templates/page.mustache b/lib/gollum/frontend/templates/page.mustache index 87e70be4..5cff0b04 100644 --- a/lib/gollum/frontend/templates/page.mustache +++ b/lib/gollum/frontend/templates/page.mustache @@ -2,7 +2,7 @@
- Home | Edit | + Home | Edit |

{{title}}

diff --git a/lib/gollum/frontend/templates/search.mustache b/lib/gollum/frontend/templates/search.mustache index 964452dc..bb086731 100644 --- a/lib/gollum/frontend/templates/search.mustache +++ b/lib/gollum/frontend/templates/search.mustache @@ -2,7 +2,7 @@
- Home | + Home |

Search for “{{search_string}}”