Skip to content

Commit

Permalink
Changed example application site title
Browse files Browse the repository at this point in the history
  • Loading branch information
molily committed Feb 23, 2012
1 parent 32feef3 commit 6b22294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coffee/views/application_view.coffee
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Example Application with Chaplin</title>
<title>Chaplin Example Application</title>
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<script>
Expand All @@ -15,7 +15,7 @@
</head>
<body>

<h1>Example Application with Chaplin</h1>
<h1>Chaplin Example Application</h1>

<p>This example uses a client-side Facebook login to display your Facebook likes.</p>

Expand Down

0 comments on commit 6b22294

Please sign in to comment.