app/helpers/tramway/profiles/links_helper.rb in tramway-profiles-1.2.0.1 vs app/helpers/tramway/profiles/links_helper.rb in tramway-profiles-1.3

- old
+ new

@@ -20,10 +20,14 @@ def instagram(uid, title) profile_link_template title, "https://instagram.com/#{uid}", :instagram end def telegram(uid, title) - profile_link_template title, "https://teleg.run/#{uid}", :telegram + profile_link_template title, "https://intg.me/#{uid}", :telegram + end + + def patreon(uid, title) + profile_link_template title, "https://patreon.com/#{uid}", :patreon end def profile_link_template(title, link, icon) link_to link, target: '_blank' do concat fa_icon icon