mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
refactor
This commit is contained in:
parent
0996c14449
commit
0096f9dc14
3 changed files with 3 additions and 5 deletions
|
@ -12,8 +12,7 @@ class ZipExportsController < ApplicationController
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def file_expired
|
def file_expired; end
|
||||||
end
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
<span class="system-message"><i class="glyphicon glyphicon-tower" aria-hidden="true"></i></span>
|
<span class="system-message"><i class="glyphicon glyphicon-tower" aria-hidden="true"></i></span>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if notification.type_of == 'deliver' %>
|
<% if notification.type_of == 'deliver' %>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<span class="deliver"><%= fa_icon 'truck' %></span>
|
<span class="deliver"><%= fa_icon 'truck' %></span>
|
||||||
|
|
|
@ -1544,7 +1544,7 @@ en:
|
||||||
zip_export:
|
zip_export:
|
||||||
notification_title: 'Your package is ready to be exported!'
|
notification_title: 'Your package is ready to be exported!'
|
||||||
expired_title: 'The required file was expired!'
|
expired_title: 'The required file was expired!'
|
||||||
expired_description: 'The downloadable file expires in 3 days after is created.'
|
expired_description: 'The downloadable file expires in 3 days after its creation.'
|
||||||
# This section contains general words that can be used in any parts of
|
# This section contains general words that can be used in any parts of
|
||||||
# application.
|
# application.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue