Sha256: 32a027b9ff0a53a09feb5484fb787f20576ac2da6fd339998fa712617b3bcff1
Contents?: true
Size: 691 Bytes
Versions: 537
Compression:
Stored size: 691 Bytes
Contents
<%= pb_content_tag 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
537 entries across 537 versions & 1 rubygems