Sha256: 06fe970d70124f86cfdef5480e774ef8c3e20fbd9e4beb7f8503e732afa7e4c8
Contents?: true
Size: 294 Bytes
Versions: 12
Compression:
Stored size: 294 Bytes
Contents
format :html do # deprecated; here to support old "*main menu" html cards in existing decks view :navbar_links, perms: :none do wrap_with :ul, class: "navbar-nav" do item_links.map do |link| wrap_with(:li, class: "nav-item") { link } end.join "\n" end end end
Version data entries
12 entries across 12 versions & 1 rubygems