Skip to content

Commit

Permalink
HillaryBNB -> MarchBNB
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcole committed Nov 23, 2016
1 parent 54c9959 commit a839cc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module ApplicationHelper
def site_name
"HillaryBNB"
"MarchBNB"
end

def cause_name
"Hillary Clinton"
"MarchBNB"
end

def site_hostname(request)
Expand All @@ -16,18 +16,18 @@ def site_image_name
end

def email_contact
"admin@hillarybnb.com"
"admin@marchbnb.com"
end

def privacy_policy_link
"https://github.com/DevProgress/HillaryBNB/blob/master/doc/facebook-privacy-statement.txt"
"https://github.com/samuelcole/MarchBNB/blob/master/doc/facebook-privacy-statement.txt"
end

def bug_report_link
"https://github.com/DevProgress/HillaryBNB/issues"
"https://github.com/samuelcole/MarchBNB/issues"
end

def github_link
"https://github.com/DevProgress/HillaryBNB"
"https://github.com/samuelcole/MarchBNB"
end
end

0 comments on commit a839cc8

Please sign in to comment.