archive/app/views/archives/download_file.html.erb

11 lines
363 B
Plaintext
Raw Normal View History

2020-05-17 13:30:39 +00:00
<html lang="<%= I18n.locale.to_s%>">
<head>
<meta name="viewport" content="width=device-width, minimum-scale=0.1">
<title><%=@filename%></title>
<link href="/assets/archive/download_file.css" rel="stylesheet" media="all">
</head>
<body>
<h3 style="display: none;"><%=@filename%></h3>
<img alt="<%=@filename%>" src="<%=@url%>">
</body>
</html>>