Sha256: b59a52d9afa7be8a7402eb67583a54bb534ddebce048f07c820154bc2e2527e8
Contents?: true
Size: 302 Bytes
Versions: 2
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true module Wallaby module Resources module Index # Html cell class LinkHtml < Cell # @return [String] def render value.nil? ? null : link_to(metadata[:title], value, metadata[:html_options]) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wallaby-6.0.2 | app/views/wallaby/resources/index/link_html.rb |
wallaby-6.0.1 | app/views/wallaby/resources/index/link_html.rb |