projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'issue/1348' into 'develop'
[akkoma]
/
lib
/
pleroma
/
web
/
templates
/
static_fe
/
static_fe
/
_attachment.html.eex
1
<%= case @mediaType do %>
2
<% "audio" -> %>
3
<audio src="<%= @url %>" controls="controls"></audio>
4
<% "video" -> %>
5
<video src="<%= @url %>" controls="controls"></video>
6
<% _ -> %>
7
<img src="<%= @url %>" alt="<%= @name %>" title="<%= @name %>">
8
<% end %>