stage-manager/views/video/script.erb

10 lines
165 B
Plaintext

<div id="video-script" class="row">
<div class="twelve columns">
<h1>Script: <%= video.name %></h1>
<hr>
<%= video.parse_script() %>
</div>
</div>