commit/galaxy-central: natefoo: Add a link to the documentation about managing datasets to the disk usage display on the user prefs page.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/b1d33edc5dff/ changeset: b1d33edc5dff user: natefoo date: 2012-03-21 21:52:12 summary: Add a link to the documentation about managing datasets to the disk usage display on the user prefs page. affected #: 1 file diff -r 17ca70b3cc5fdafa895488d3d24a2c89204acd47 -r b1d33edc5dffc055867abefa7a666d0957eb0d00 templates/user/index.mako --- a/templates/user/index.mako +++ b/templates/user/index.mako @@ -37,6 +37,7 @@ %if trans.app.config.enable_quotas: Your disk quota is: <strong>${trans.app.quota_agent.get_quota( trans.user, nice_size=True )}</strong>. %endif + Is your usage more than expected? See the <a href="http://wiki.g2.bx.psu.edu/Learn/Managing%20Datasets" target="_blank">documentation</a> for tips on how to find all of the data in your account. </p> %endif %else: Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket