Skip to content

Commit

Permalink
Update documentation for admin_support_email setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
monfresh committed Jul 15, 2014
1 parent c1427a7 commit dcda003
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion config/settings.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ generic_domains:
- hotmail.com
- yahoo.com

# The email that admin interface users should send questions/issues to.
# The email address that admin interface users should send questions/issues to.
# This link appears when an admin views their locations and organizations.
# See app/views/admin/locations/index.html.haml and
# app/views/admin/organizations/index.html.haml.
admin_support_email:

#########################
Expand Down
5 changes: 4 additions & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ generic_domains:
- hotmail.com
- yahoo.com

# The email that admin interface users should send questions/issues to.
# The email address that admin interface users should send questions/issues to.
# This link appears when an admin views their locations and organizations.
# See app/views/admin/locations/index.html.haml and
# app/views/admin/organizations/index.html.haml.
admin_support_email: ohanapi@codeforamerica.org

#########################
Expand Down

0 comments on commit dcda003

Please sign in to comment.