Skip to content

Commit

Permalink
Define: Theatre controller list method pageTitle var
Browse files Browse the repository at this point in the history
  • Loading branch information
andygout committed Feb 3, 2017
1 parent da03de5 commit 040d567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/theatres.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ exports.list = (req, res, next) => {
return Theatre.list()
.then(theatres => {

pageTitle = 'Theatres';
const pageTitle = 'Theatres';

const page = { documentTitle: ` | ${pageTitle}`, title: pageTitle };

Expand Down

0 comments on commit 040d567

Please sign in to comment.