Sha256: 5afb268620a1fe580d96aa662da8490651012b96dad58a889dbbf6a33507c55b
Contents?: true
Size: 349 Bytes
Versions: 4
Compression:
Stored size: 349 Bytes
Contents
# -*- encoding : utf-8 -*- class FixOldNavbarIssue < Cardio::Migration::Transform NEST_REGEP = /\{\{\*navbox\|navbar\}\}/ def up header = "*header".card # name, not codename, is correct here return unless header.content.match? NEST_REGEP header.update! content: header.content.gsub(NEST_REGEP, "{{:search|search_box}}") end end
Version data entries
4 entries across 4 versions & 1 rubygems