app/helpers/hancock/powered_helper.rb in hancock_cms-1.0.2.3 vs app/helpers/hancock/powered_helper.rb in hancock_cms-2.0.0

- old
+ new

@@ -13,11 +13,11 @@ # title: "Hancock CMS", # data: { # "hancock-goto-disabled": true # } # } - # ret << link_to("Hancock CMS", "https://hancock.redrocks.pro/", _attrs) + # ret << link_to("Hancock CMS", "http://hancock.redrocks.pro/", _attrs) # ret.join.html_safe # end # end def render_hancock_created_by_block @@ -27,15 +27,15 @@ "Сайт разработан".freeze end _attrs = { class: "created_by", target: "_blank", - title: "Redrocks Creative studio", + title: "Hancock Creative studio", data: { "hancock-goto-disabled": true } }.freeze - ret << link_to("Redrocks studio".freeze, "https://redrocks.pro/".freeze, _attrs) + ret << link_to("Redrocks studio".freeze, "http://redrocks.pro/".freeze, _attrs) ret.join.html_safe end end end