upload limits: add time remaining until next upload to profiles (fix #3262).

This commit is contained in:
evazion
2017-08-10 23:52:47 -05:00
parent bf3101da48
commit 1ef363dd68
3 changed files with 8 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
<tr>
<th>Upload Limit</th>
<td><%= presenter.upload_limit %> (<%= link_to "help", wiki_pages_path(title: "about:upload_limits") %>)</td>
<td><%= presenter.upload_limit(self) %> (<%= link_to "help", wiki_pages_path(title: "about:upload_limits") %>)</td>
</tr>
<tr>