Sha256: a26b57769e168cd611ea25f9f0da6d92958bf6df336632d56a6299dc590b8535

Contents?: true

Size: 566 Bytes

Versions: 62

Compression:

Stored size: 566 Bytes

Contents

#date_marker.style-guide__subsection

  %h3= link_to_style_guide('components', 'date_marker')

  %p A Date Icon showing Day and Month

  .style-guide__example-block
    .date-marker
      .date-marker__month= local_time(Date.today, format: '%b')
      .date-marker__day= local_time(Date.today, format: '%e')

  %p Optionally add an annotation to the date

  .style-guide__example-block
    .date-marker
      .date-marker__annotation Today
      .date-marker__month= local_time(Date.today, format: '%b')
      .date-marker__day= local_time(Date.today, format: '%e')

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.5.27 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.5.26 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.4.45 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.5.25 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.5.23 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.4.44 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.5.22 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.4.43 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.5.21 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.4.42 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.5.20 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.4.41 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.5.19 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.4.40 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.5.18 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.4.39 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.5.17 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.4.38 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.5.16 app/views/workarea/admin/style_guides/components/_date_marker.html.haml
workarea-admin-3.4.37 app/views/workarea/admin/style_guides/components/_date_marker.html.haml