summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/viewers/_audio.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/blob/viewers/_audio.html.haml')
-rw-r--r--app/views/projects/blob/viewers/_audio.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/blob/viewers/_audio.html.haml b/app/views/projects/blob/viewers/_audio.html.haml
new file mode 100644
index 00000000000..dbdf243c36b
--- /dev/null
+++ b/app/views/projects/blob/viewers/_audio.html.haml
@@ -0,0 +1,2 @@
+.file-content.audio
+ %audio{ src: blob_raw_path, controls: true, data: { setup: '{}' } }