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

Improve list of this app in other regions #16

Merged
merged 1 commit into from
Dec 3, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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