We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d99dee commit 3bd2797Copy full SHA for 3bd2797
app/views/merchants/_contacts.html.slim
@@ -10,7 +10,7 @@
10
= mail_to value, value
11
- elsif key == :phone
12
= phone_to value, value
13
- - elsif key.in? %i[session] || (key == :signal && !contact.starts_with?('http'))
+ - elsif key.in?(%i[session]) || (key == :signal && !value.starts_with?('http'))
14
= value
15
- else
16
= link_to clean_url(value).truncate(50), value, target: :_blank
0 commit comments