From 4879d3ec5d8d2211ea43e329bcb48a72dbb86a01 Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Sun, 2 Nov 2008 22:58:46 +0100 Subject: [PATCH] Fix a few missed renames --- README.markdown | 2 +- app/views/layout/application.html.haml | 6 +++--- app/views/store/index.html.haml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 21042ec..7017928 100644 --- a/README.markdown +++ b/README.markdown @@ -65,7 +65,7 @@ and other runtime code from within the host application. Installation and Setup ---------------------- -Please see the INSTALL file for details on getting up and running with Merb eMart. +Please see the INSTALL file for details on getting up and running with MerbMart. Developer Notes --------------- diff --git a/app/views/layout/application.html.haml b/app/views/layout/application.html.haml index 785117d..77aa255 100644 --- a/app/views/layout/application.html.haml +++ b/app/views/layout/application.html.haml @@ -3,14 +3,14 @@ %head %title= @title unless @title.nil? %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "content-type" } - %meta{ :generator => "Merb eMart" } + %meta{ :generator => "MerbMart" } = css_include_tag :master = include_required_css = include_required_js %body #container #header - %h1 Merb eMart + %h1 MerbMart #navigation %ul %li @@ -18,5 +18,5 @@ #content = catch_content :for_layout #footer - %p Powered by Merb eMart, Merb and DataMapper. + %p Powered by MerbMart, Merb and DataMapper. %p Copyright © 2008, Alex Coles. diff --git a/app/views/store/index.html.haml b/app/views/store/index.html.haml index e497c6d..7b1637c 100644 --- a/app/views/store/index.html.haml +++ b/app/views/store/index.html.haml @@ -1 +1 @@ -This is the frontpage of the Merb eMart store. +This is the frontpage of the MerbMart store. -- 2.11.4.GIT