Commit 2a586b91 by Kálmán Viktor

dashboard: fix some tooltips on file box

parent 8e97df7e
......@@ -3,10 +3,11 @@
<div class="panel panel-default">
<div class="panel-heading">
<span class="btn btn-default btn-xs infobtn pull-right store-action-button"
title="{% trans "A list of your most recent files." %}">
title="{% trans "A list of your most recent files." %}"
data-container="body">
<i class="fa fa-info-circle"></i>
</span>
<span class="btn btn-default btn-xs pull-right"
<span class="btn btn-default btn-xs pull-right" data-container="body"
title="
{% blocktrans with used=files.quota.readable_used soft=files.quota.readable_soft hard=files.quota.readable_hard %}
You are currently using {{ used }}, your soft limit is {{ soft }}, your hard limit is {{ hard }}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment