Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from zunda/add-other-region
Browse files Browse the repository at this point in the history
Improve list of this app in other regions
  • Loading branch information
zunda committed Dec 3, 2015
2 parents 40d2f35 + 483bea6 commit bc02d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/dashboard/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
if other_hosts.empty?
other_hosts_p = ""
else
other_hosts_p = "<p>Please also visit #{other_hosts.map{|host|
other_hosts_p = "<p>Please also visit - #{other_hosts.map{|host|
link_to(host, request.protocol + host)
}.join(", ")}.</p>"
}.join(" ")}.</p>"
end
%>

Expand Down

0 comments on commit bc02d18

Please sign in to comment.