diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-14 10:00:57 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-14 10:00:57 -0400 |
commit | e9a784432bdce36dd23f82f7e3d4adc7c585f608 (patch) | |
tree | 628c763beb31b110668bf051915ee7a045151fd0 /coverage/htmlfiles/pyfile.html | |
parent | 4b14958d0171441662fe901c630515dad76691d9 (diff) | |
download | python-coveragepy-e9a784432bdce36dd23f82f7e3d4adc7c585f608.tar.gz |
Added a link back to the index page at the bottom of HTML source pages. Closes issue #38.
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
-rw-r--r-- | coverage/htmlfiles/pyfile.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 4aa4309..035691c 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -13,7 +13,7 @@ jQuery(document).ready(pyfile_ready); </script> </head> -<body> +<body id='pyfile'> <div id='header'> <div class='content'> @@ -49,5 +49,13 @@ </table> </div> +<div id='footer'> + <div class='content'> + <p> + <a class='nav' href='index.html'>« index</a> <a class='nav' href='{{__url__}}'>coverage.py v{{__version__}}</a> + </p> + </div> +</div> + </body> </html> |