Sha256: 28ba8fd17acd86b8d4d1407f53b98a23b1207ac8292e0cdd864abf14169bbbe1
Contents?: true
Size: 851 Bytes
Versions: 537
Compression:
Stored size: 851 Bytes
Contents
<%= pb_content_tag do %> <div class="pb_date_range_inline_wrapper"> <% if object.icon == true %> <%= pb_rails(object.text_kit, props: { tag: "span", dark: object.dark, color: object.icon_color, text: pb_rails("icon", props: { icon: "calendar-alt", fixed_width: true, size: object.size, classname: "pb_date_range_inline_icon" }) }) %> <% end %> <%= pb_rails(object.text_kit, props: { tag: "span", dark: object.dark, text: object.start_date_display }) %> <%= pb_rails(object.text_kit, props: { tag: "span", dark: object.dark, color: object.icon_color, text: pb_rails("icon", props: { icon: "long-arrow-right", fixed_width: true, size: object.size, classname: "pb_date_range_inline_arrow"}) }) %> <%= pb_rails(object.text_kit, props: { tag: "span", dark: object.dark, text: object.end_date_display }) %> </div> <% end %>
Version data entries
537 entries across 537 versions & 1 rubygems