Skip to content

Commit

Permalink
one more partial() path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Nov 15, 2012
1 parent b4fd52a commit 6d25712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js/views/orgs/org.ejs
Expand Up @@ -2,4 +2,4 @@
<h1><%= org.name %></h1>

<h2>Employees registered for the meeting</h2>
<%- partial('people/list.ejs') %>
<%- partial('../people/list.ejs') %>

0 comments on commit 6d25712

Please sign in to comment.