This commit is contained in:
zmagod 2017-03-29 09:32:23 +02:00
parent 0996c14449
commit 0096f9dc14
3 changed files with 3 additions and 5 deletions

View file

@ -12,8 +12,7 @@ class ZipExportsController < ApplicationController
end end
end end
def file_expired def file_expired; end
end
private private

View file

@ -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>

View file

@ -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.