Skip to content

Instantly share code, notes, and snippets.

@rbrancher
Created September 20, 2012 19:41
Show Gist options
  • Save rbrancher/3757905 to your computer and use it in GitHub Desktop.
Save rbrancher/3757905 to your computer and use it in GitHub Desktop.
<div id="video_block" class="field-group grid_24 <%= "hidden" unless @item.type == 'video' %>">
<h2><%= t('publisher.video') %></h2>
<%= f.text_field :video_source %>
<%= attachment_container_for_video @item, :videos %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment