Skip to content

Commit

Permalink
use fq link if file is not authorized or indexed
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed May 7, 2013
1 parent dc87c12 commit f6eefd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions root/preprocess.html
Expand Up @@ -53,6 +53,8 @@
title = file.documentation || file.path;
IF file.status == "latest"
&& file.documentation
&& file.authorized
&& file.indexed
&& file.module.grep(->(module){ module.authorized && module.indexed });
path = file.documentation;
ELSE;
Expand Down

0 comments on commit f6eefd2

Please sign in to comment.