Disabled progressbar in moderation view temporarily (wrong calculation)
This commit is contained in:
parent
602707c53d
commit
7e7838e7ad
1 changed files with 4 additions and 3 deletions
|
|
@ -4,9 +4,10 @@
|
|||
- if @package
|
||||
|
||||
// Progress bar
|
||||
.progress.warning role="progressbar" tabindex="0"
|
||||
span.progress-meter style="width: #{@percent_moderated}%"
|
||||
p.progress-meter-text #{@percent_moderated}%
|
||||
// TODO: Calculation for the progress bar is currently wrong
|
||||
/ .progress.warning role="progressbar" tabindex="0"
|
||||
/ span.progress-meter style="width: #{@percent_moderated}%"
|
||||
/ p.progress-meter-text #{@percent_moderated}%
|
||||
|
||||
h2 Package: #{@package.name}
|
||||
p =@package.description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue