Skip to content

Commit

Permalink
add layout with nav
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshaler committed Jun 1, 2012
1 parent e374b39 commit bcbe343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/IdentityController.js
Expand Up @@ -16,6 +16,7 @@ exports.controller = function(req, res, next) {

self.view = function() {
var display = {
layout: "dashboard/dashboard-layout",
identity: false,
items: false
};
Expand Down

0 comments on commit bcbe343

Please sign in to comment.