Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thies committed Jan 20, 2024
1 parent 64757d1 commit 2b629a8
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions source/streamio/templates/media_resource.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,19 @@

}}
<div class="library-resource">
<form action="." method="post">
{{# canedit }}
<input type="hidden" name="source" value="streamio">
<button type="submit" name="edit" value="{{ id }}">{{# str }} edit {{/ str }}</button>
{{/ canedit }}
{{# libraryhome }}
<a href="{{ libraryhome }}">{{# str }}library, tool_mediatime {{/ str }}</a>
{{/ libraryhome }}
</form>
<div class="container-fluid">
<h3>{{ resource.name }}</h3>
<h4>{{ resource.title }}</h4>
{{{ video }}}
<p>{{ resource.description }}</p>
<form action="." method="post">
{{# canedit }}
<input type="hidden" name="source" value="streamio">
<button type="submit" name="edit" value="{{ id }}">{{# str }} edit {{/ str }}</button>
{{/ canedit }}
{{# libraryhome }}
<a href="{{ libraryhome }}">{{# str }}library, tool_mediatime {{/ str }}</a>
{{/ libraryhome }}
</form>
<div class="container-fluid">
<h3>{{ resource.name }}</h3>
<h4>{{ resource.title }}</h4>
{{{ video }}}
<p>{{ resource.description }}</p>
</div>
</div>

0 comments on commit 2b629a8

Please sign in to comment.