Skip to content

Commit 571110d

Browse files
committed
Update profile template
1 parent 605ad8a commit 571110d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Changelog

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
2018-09-20 DariusIII
2+
* Chg: Update profile template
23
* Chg: Check for false response from getRawHtml function in FanartTV class
34
* Chg: Update FanartTV class and classes that use it
45
* Chg: Update spatie/laravel-permission to version 2.20.0

resources/views/themes/Gentele/profile.tpl

+1-7
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,7 @@
114114
<tr>
115115
<th>Downloads last 24 hours</th>
116116
<td><span id="ugrtd">{$grabstoday}</span> /</span>
117-
{if $user.grabs >= $user->role->downloadrequests}&nbsp;&nbsp;
118-
<small>(Next DL
119-
in {($grabstoday.nextdl/3600)|intval}
120-
h {($grabstoday.nextdl/60) % 60}
121-
m)
122-
</small>
123-
{else} {$user->role->downloadrequests} {/if}
117+
{$user->role->downloadrequests}
124118
{if isset($isadmin) && $grabstoday > 0}
125119
<a onclick="resetapireq({$user.id}, 'grabs'); document.getElementById('ugrtd').innerHTML='0'; return false;"
126120
href="#" class="label label-danger">

0 commit comments

Comments
 (0)