mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Add date shared
This commit is contained in:
parent
731b837774
commit
cb22d7423c
1 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,9 @@ function toggle(target) {
|
||||||
<h3><%= video.info["author"] %></h3>
|
<h3><%= video.info["author"] %></h3>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<b>Shared <%= video.published.to_s("%B %-d, %Y") %></b>
|
||||||
|
</p>
|
||||||
<div style="margin-right:1em; overflow-wrap:break-word; word-wrap:break-word;">
|
<div style="margin-right:1em; overflow-wrap:break-word; word-wrap:break-word;">
|
||||||
<%= video.description %>
|
<%= video.description %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue