From a689d49b59bdc465b7dcc21981a17a8720783dd1 Mon Sep 17 00:00:00 2001 From: Jared Pace Date: Sat, 7 Aug 2010 21:25:10 -0400 Subject: [PATCH] Change some extra bits to Errbit --- app/views/layouts/application.html.haml | 4 ++-- config.ru | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index b0eca9d..2eea34a 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -2,7 +2,7 @@ %html %head %title - Hypnotoad — + Errbit — = yield(:page_title).present? ? yield(:page_title) : yield(:title) %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "content-type" }/ = csrf_meta_tag @@ -12,7 +12,7 @@ %body{:id => controller.controller_name, :class => controller.action_name} %header %div - = link_to 'Hypnotoad', root_path, :id => 'site-name' + = link_to 'Errbit', root_path, :id => 'site-name' = render :partial => 'shared/navigation' diff --git a/config.ru b/config.ru index 82c912d..f49a2c4 100644 --- a/config.ru +++ b/config.ru @@ -1,4 +1,4 @@ # This file is used by Rack-based servers to start the application. require ::File.expand_path('../config/environment', __FILE__) -run Hypnotoad::Application +run Errbit::Application -- libgit2 0.21.2