Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklynhma committed Dec 15, 2024
1 parent 7680b1e commit 2df009c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/profiles/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
h(prepend_https(@user.homepage_url)),
rel: "nofollow",
class: "profile__header__attribute t-link--black",
data: { confirm: "You are about to be redirected #{{h(prepend_https(user.homepage_url))}}" }
data: { confirm: "You are about to be redirected #{h(prepend_https(@user.homepage_url))} " }
)
%>
</p>
Expand Down

0 comments on commit 2df009c

Please sign in to comment.