Skip to content

Commit

Permalink
Migrate to Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz committed May 26, 2013
1 parent 3afa225 commit 922a818
Show file tree
Hide file tree
Showing 108 changed files with 9,816 additions and 19,668 deletions.
2 changes: 1 addition & 1 deletion lib/App/Standby/Frontend.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ sub _render_overview {
'services' => $services_ref,
},
\$body,
);
) or return [ 500, [ 'Content-Type', 'text/plain'], [$self->tt()->error()]];
return [ 200, [ 'Content-Type', 'text/html'], [$body]];
}

Expand Down
Loading

0 comments on commit 922a818

Please sign in to comment.