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
|
a(href=mainSite) Back to main website
|
||||||
h1 Files
|
h1 Files
|
||||||
section#files
|
section#files
|
||||||
span#current-path!= currentPath
|
span!= currentPath
|
||||||
p Files: #{stats.Files} (#{stats.FilesSize}); Directories: #{stats.Directories}.
|
p Files: #{stats.Files} (#{stats.FilesSize}); Directories: #{stats.Directories}.
|
||||||
table
|
table
|
||||||
thead
|
thead
|
||||||
@ -40,6 +40,8 @@ html(lang='en')
|
|||||||
td #[a(href=item.Link) #{item.Name}]
|
td #[a(href=item.Link) #{item.Name}]
|
||||||
td!= utils.ToClientTimezone(item.Datetime, r).Format(files.FileDateFormat)
|
td!= utils.ToClientTimezone(item.Datetime, r).Format(files.FileDateFormat)
|
||||||
td= item.Size
|
td= item.Size
|
||||||
|
section
|
||||||
|
span!= currentPath
|
||||||
section#usage
|
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.
|
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
|
section#privacy
|
||||||
|
Loading…
Reference in New Issue
Block a user