calraijintaiko/caltaiko

View on GitHub
app/views/performances/_performance_video_fields.html.haml

Summary

Maintainability
Test Coverage
.nested-fields
  .row
    .small-12.large-5.column
      = f.input :title, placeholder: 'Video Title'
    .small-9.large-5.column
      = f.input :link, placeholder: 'Video Link'
    .column.small-3.large-2
      = link_to_remove_association 'Remove video', f,
        class: 'button small remove-performance-video'