-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow downloading subject/classification dumps for 24 hours
- Loading branch information
Showing
7 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/views/classification_data_mailer/classification_data.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<p>Classification data for <%= @project.display_name %> is ready</p> | ||
|
||
<p><a href="<%= @url %>">Click to download your data</a>. This link will be valid for 1 hour.</p> | ||
<p><a href="<%= @url %>">Click to download your data</a>. This link will be valid for 24 hours.</p> |
2 changes: 1 addition & 1 deletion
2
app/views/classification_data_mailer/classification_data.text.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Classification data for <%= @project.display_name %> is ready | ||
|
||
Download at <%= @url %>. This link will be valid for 1 hour. | ||
Download at <%= @url %>. This link will be valid for 24 hours. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<p>Subject data for <%= @project.display_name %> is ready</p> | ||
|
||
<p><a href="<%= @url %>">Click to download your data</a>. This link will be valid for 1 hour.</p> | ||
|
||
<p><a href="<%= @url %>">Click to download your data</a>. This link will be valid for 24 hours.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Subject data for <%= @project.display_name %> is ready | ||
|
||
Download at <%= @url %>. This link will be valid for 1 hour. | ||
Download at <%= @url %>. This link will be valid for 24 hours. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters