scinote-web/app/views/zip_exports/file_expired.html.erb

8 lines
206 B
Text
Raw Normal View History

2017-03-27 16:38:28 +08:00
<div class="container">
<div class="jumbotron">
2023-07-24 21:08:34 +08:00
<%= image_tag "link-expired.png" %>
2017-03-27 16:38:28 +08:00
<h2><%=t 'zip_export.expired_title' %></h2>
<p><%=t 'zip_export.expired_description' %></p>
</div>
</div>