root/galaxy-central/lib/galaxy/webapps/reports/controllers/root.py
リビジョン 2, 246 bytes (コミッタ: hatakeyama, 14 年 前) |
---|
行番号 | |
---|---|
1 | from galaxy.web.base.controller import * |
2 | import logging |
3 | log = logging.getLogger( __name__ ) |
4 | |
5 | class Report( BaseController ): |
6 | @web.expose |
7 | def index( self, trans, **kwd ): |
8 | return trans.fill_template( '/webapps/reports/index.mako' ) |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。