Sha256: 03b9bb33df21c42695606a71d6c5e02acd715cf13553b9b1960da4fc81495c01
Contents?: true
Size: 925 Bytes
Versions: 632
Compression:
Stored size: 925 Bytes
Contents
<%= content_tag(:div, id: object.id, data: object.data, class: object.classname) 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
632 entries across 632 versions & 1 rubygems