Get the index page working with the content in a fragment and all the URIs moved
[catagits/Gitalist.git] / lib / Gitalist / Controller / Fragment / Repository.pm
index cee32d9..db1557e 100644 (file)
@@ -5,10 +5,7 @@ use namespace::autoclean;
 BEGIN { extends 'Catalyst::Controller' }
 with 'Gitalist::URIStructure::Repository';
 
-sub base : Chained('/fragment/base') PathPart('') CaptureArgs(0) {
-    my ($self, $c) = @_;
-    $c->stash(no_wrapper => 1);
-}
+sub base : Chained('/fragment/base') PathPart('') CaptureArgs(0) {}
 
 after shortlog => sub {
     my ($self, $c) = @_;