diff options
| -rw-r--r-- | src/views/watch.ecr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/watch.ecr b/src/views/watch.ecr index a07dd2e5..037796a9 100644 --- a/src/views/watch.ecr +++ b/src/views/watch.ecr @@ -101,6 +101,9 @@ function toggle(target) { <h3><%= video.info["author"] %></h3> </a> </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;"> <%= video.description %> </div> |
