Skip to content

Commit 595af6a

Browse files
Replace label with badge class
1 parent b55aa82 commit 595af6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/download.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ block content
2525
a(href=baseURL+'/data/'+f.name )= f.name
2626
if i === 1
2727
|
28-
span.label.label-primary Latest
28+
span.badge.badge-primary Latest
2929
td= (f.size / (1024 * 1024)).toFixed(2)
3030
| MB
3131
td= f.mtime

0 commit comments

Comments
 (0)