From 46ab67b211ee722597447a3f30bb4f2c5b76e981 Mon Sep 17 00:00:00 2001 From: Eston Bond Date: Fri, 12 Nov 2010 14:17:56 -0800 Subject: [PATCH] Adding searchbar markup --- lib/gollum/frontend/templates/history.mustache | 5 +++-- lib/gollum/frontend/templates/layout.mustache | 2 ++ lib/gollum/frontend/templates/page.mustache | 1 + lib/gollum/frontend/templates/searchbar.mustache | 6 ++++++ 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 lib/gollum/frontend/templates/searchbar.mustache diff --git a/lib/gollum/frontend/templates/history.mustache b/lib/gollum/frontend/templates/history.mustache index a2ef1e88..c7c6a7d4 100644 --- a/lib/gollum/frontend/templates/history.mustache +++ b/lib/gollum/frontend/templates/history.mustache @@ -7,6 +7,7 @@
  • Edit Page
  • + {{>searchbar}}
    @@ -39,7 +40,7 @@ [{{id7}}…] - Revert to {{id7}}… + Revert to {{id7}}… {{/versions}} @@ -55,7 +56,7 @@ class="action-compare-revision">Compare Revisions -
  • Back to Top
  • diff --git a/lib/gollum/frontend/templates/layout.mustache b/lib/gollum/frontend/templates/layout.mustache index 85628e94..52280300 100644 --- a/lib/gollum/frontend/templates/layout.mustache +++ b/lib/gollum/frontend/templates/layout.mustache @@ -4,10 +4,12 @@ + +