Skip to content

Commit

Permalink
Merge pull request #17 from CodersTV/video-time
Browse files Browse the repository at this point in the history
Add hours to video time
  • Loading branch information
gabrielhpugliese committed Jan 21, 2015
2 parents 92af6cd + caa8788 commit d93e041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/views/channels/channels.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ <h1 class="oswald text-muted">Browse <em class="text-color">videos</em></h1>
{{/if}}
{{#if duration}}
<div class="duration">
{{#if duration.hours}}
{{duration.hours}}:
{{/if}}
{{duration.minutes}}:{{duration.seconds}}
</div>
{{/if}}
Expand Down

0 comments on commit d93e041

Please sign in to comment.