rename dir from content to ajax

This commit is contained in:
Oliver Gorwits
2012-01-08 11:20:16 +00:00
parent b2ff5050ff
commit 0008ebeffd
3 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ ajax '/ajax/content/search/node' => sub {
return unless $set->count;
content_type('text/html');
template 'content/node.tt', {
template 'ajax/node.tt', {
results => $set,
}, { layout => undef };
};
@@ -46,7 +46,7 @@ ajax '/ajax/content/search/vlan' => sub {
return unless $set->count;
content_type('text/html');
template 'content/vlan.tt', {
template 'ajax/vlan.tt', {
results => $set,
columns => [
{ key => 'dns', label => 'Device' },