summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/_image_diff_frame.html.haml
blob: dae73e10460635639c20e30dd854188ba7d5e88b (plain)
1
2
3
4
5
- class_name = local_assigns.fetch(:class_name, '')
- note_type = local_assigns.fetch(:note_type, '')

.frame{ class: class_name, data: { position: position, note_type: note_type } }
  = image_tag(image_path, alt: alt, draggable: false, lazy: false)