debian-mirror-gitlab/app/views/projects/diffs/_image_diff_frame.html.haml
2018-03-17 18:26:18 +05:30

6 lines
250 B
Text

- 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)