app/helpers/tramway/profiles/links_helper.rb in tramway-profiles-1.3.1 vs app/helpers/tramway/profiles/links_helper.rb in tramway-profiles-1.3.2

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module Tramway::Profiles::LinksHelper def profile_link(profile) send profile.network_name, profile.uid, profile.title end @@ -31,9 +33,9 @@ def profile_link_template(title, link, icon) link_to link, target: '_blank' do concat fab_icon icon concat ' ' - concat title + concat title end end end