Skip to content

Commit 75488f3

Browse files
committed
fix file for subdomains_app
1 parent 79bae9d commit 75488f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<p>User: <%= @user.name %></p>
22
<p>Email: <%= @user.email if @user.email %></p>
3-
<p>Profile: <%= #{link_to root_url(:subdomain => @user.name), root_url(:subdomain => @user.name)} %></p>
3+
<p>Profile: <%= link_to root_url(:subdomain => @user.name), root_url(:subdomain => @user.name) %></p>

0 commit comments

Comments
 (0)