File tree 2 files changed +2
-7
lines changed
resources/views/themes/Gentele
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
2018-09-20 DariusIII
2
+ * Chg: Update profile template
2
3
* Chg: Check for false response from getRawHtml function in FanartTV class
3
4
* Chg: Update FanartTV class and classes that use it
4
5
* Chg: Update spatie/laravel-permission to version 2.20.0
Original file line number Diff line number Diff line change 114
114
<tr >
115
115
<th >Downloads last 24 hours</th >
116
116
<td ><span id =" ugrtd" >{ $grabstoday } </span > /</span >
117
- { if $user .grabs >= $user -> role -> downloadrequests }   ;  ;
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 }
124
118
{ if isset($isadmin ) && $grabstoday > 0}
125
119
<a onclick =" resetapireq({ $user .id} , 'grabs'); document.getElementById('ugrtd').innerHTML='0'; return false;"
126
120
href =" #" class =" label label-danger" >
You can’t perform that action at this time.
0 commit comments