app/helpers/umlaut/footer_helper.rb in umlaut-3.1.0.pre2 vs app/helpers/umlaut/footer_helper.rb in umlaut-3.1.0

- old
+ new

@@ -9,13 +9,9 @@ # object, as there will be in ResolveController. def render_service_credits if @collection content = "".html_safe - if umlaut_config.footer_credit - content << umlaut_config.footer_credit + " | " - end - content << "Powered by ".html_safe + link_to("Umlaut", "https://github.com/team-umlaut/umlaut") + ". ".html_safe credit_segments = [] services = @collection.instantiate_services!