app/helpers/umlaut/footer_helper.rb in umlaut-3.0.0beta3 vs app/helpers/umlaut/footer_helper.rb in umlaut-3.0.0beta4

- old
+ new

@@ -9,9 +9,13 @@ # 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", "http://github.com/team_umlaut/umlaut") + ". ".html_safe credit_segments = [] services = @collection.instantiate_services!