Removed unneded id for a span containing current path, and placed its copy under a table in a separate section to make space.
This commit is contained in:
parent
20a14eca95
commit
f097a495bc
@ -24,7 +24,7 @@ html(lang='en')
|
||||
a(href=mainSite) Back to main website
|
||||
h1 Files
|
||||
section#files
|
||||
span#current-path!= currentPath
|
||||
span!= currentPath
|
||||
p Files: #{stats.Files} (#{stats.FilesSize}); Directories: #{stats.Directories}.
|
||||
table
|
||||
thead
|
||||
@ -40,6 +40,8 @@ html(lang='en')
|
||||
td #[a(href=item.Link) #{item.Name}]
|
||||
td!= utils.ToClientTimezone(item.Datetime, r).Format(files.FileDateFormat)
|
||||
td= item.Size
|
||||
section
|
||||
span!= currentPath
|
||||
section#usage
|
||||
p In an overlay you can use your mouse wheel to change scale of a video or a picture. An audio volume is being kept across site using LocalStorage API.
|
||||
section#privacy
|
||||
|
Loading…
Reference in New Issue
Block a user