From 6b2229434e5f96cee9cc77a5c227a16a251cea8c Mon Sep 17 00:00:00 2001 From: "Mathias Schaefer (molily)" Date: Thu, 23 Feb 2012 11:09:56 +0100 Subject: [PATCH] Changed example application site title --- coffee/views/application_view.coffee | 2 +- index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coffee/views/application_view.coffee b/coffee/views/application_view.coffee index d5f3f125..4a155165 100644 --- a/coffee/views/application_view.coffee +++ b/coffee/views/application_view.coffee @@ -7,7 +7,7 @@ define ['mediator', 'lib/utils'], (mediator, utils) -> # Set your application name here so # the document title is set properly to # “Site title – Controller title” (see adjustTitle) - siteTitle = 'Architecture Example' + siteTitle = 'Chaplin Example Application' previousController: null diff --git a/index.html b/index.html index 17089782..0c1928bf 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ -Example Application with Chaplin +Chaplin Example Application