-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into innovation-editor-adoptions-page-fix
- Loading branch information
Showing
7 changed files
with
12 additions
and
12 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
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
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
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 |
---|---|---|
|
@@ -6,6 +6,6 @@ def report_comment_email(options = {}) | |
@comment = Commontator::Comment.find(options[:id]) | ||
subject = "A comment has been reported" | ||
|
||
mail(to: '[email protected];[email protected]', subject: subject) | ||
mail(to: '[email protected]', subject: subject) | ||
end | ||
end |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<% end %> | ||
already exists in the entry list. | ||
If it is not listed, please | ||
<a target="_blank" href="mailto:[email protected]?subject=<%= url_generator('Bug report for Diffusion Marketplace') %>&body=<%= url_generator('Please be sure to include a step-by-step list to reproduce the error, if applicable.') %>">report a bug</a>. | ||
<a target="_blank" href="mailto:[email protected]?subject=<%= url_generator('Bug report for Diffusion Marketplace') %>&body=<%= url_generator('Please be sure to include a step-by-step list to reproduce the error, if applicable.') %>">report a bug</a>. | ||
</p> | ||
</div> | ||
</div> |