Sha256: f92f42f1a78285eefe570fde884b514a039b828cfcacae9f6612d8ea559119a6
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
<%= deliver_media_context(context, context.to_backbone) %> <div class='toolbar'> <ol class="split"> <li style='width:350px; padding-left:.5em'> <%= form.label :source %> <%= form.text_field :source, :value => context.body, :style => 'width:225px' %> </li> <li> <%= form.label :video_type %> <%= form.select :video_type, options_for_select(Video.sources, context.video_type) %> </li> </ol> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
transit-0.0.2 | app/views/transit/contexts/_video.html.erb |