Sha256: 3cb4dec94753190a5bad3a374e1d7731c7ea947996083ba6286de4fc152007de
Contents?: true
Size: 722 Bytes
Versions: 1
Compression:
Stored size: 722 Bytes
Contents
<%= pb_content_tag(:div, **combined_html_options) do %> <% if object.bold == false %> <div class="pb_date_stacked_day_month"> <%= pb_rails("caption", props: { text: object.month }) %> <%= pb_rails("title", props: { text: object.day , size: object.title_size }) do %><% end %> <%= pb_rails("caption", props: { text: object.year, size:"xs" }) %> </div> <% else %> <div class="pb_date_stacked_day_month"> <%= pb_rails("title", props: { text: object.month, size: 4 }) %> <%= pb_rails("title", props: { text: object.day, size: 4 }) do %><% end %> <%= pb_rails("title", props: { text: object.year, size:4 }) %> </div> <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-13.24.0.pre.alpha.play1305drycontenttag2689 | app/pb_kits/playbook/pb_date_stacked/date_stacked.html.erb |