Sha256: b639f2b9a8ae9fe45596cb7187e77e22396c1b1b25762fed95e5973029fb25fb

Contents?: true

Size: 878 Bytes

Versions: 28

Compression:

Stored size: 878 Bytes

Contents

#activity.style-guide__subsection

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

  %p A single activity entry.

  .style-guide__example-block
    .activity
      .activity__header
        .activity__avatar
          %span.avatar BC
        %h3.activity__name Ben Crouse
        %p.activity__time= time_tag(Time.current)
        .activity__actions
          .grid.grid--auto
            .grid__cell
              = button_tag value: 'edit_changes', class: 'text-button' do
                = inline_svg('workarea/admin/icons/edit.svg', class: 'text-button__icon', title: 'Edit')
            .grid__cell
              = button_tag value: 'delete_changeset', class: 'text-button text-button--destroy' do
                = inline_svg('workarea/admin/icons/delete.svg', class: 'text-button__icon', title: 'Delete')
      .activity__message
        Your mom created a product.

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
workarea-admin-3.5.6 app/views/workarea/admin/style_guides/components/_activity.html.haml
workarea-admin-3.5.5 app/views/workarea/admin/style_guides/components/_activity.html.haml
workarea-admin-3.5.4 app/views/workarea/admin/style_guides/components/_activity.html.haml
workarea-admin-3.5.3 app/views/workarea/admin/style_guides/components/_activity.html.haml
workarea-admin-3.5.2 app/views/workarea/admin/style_guides/components/_activity.html.haml
workarea-admin-3.5.1 app/views/workarea/admin/style_guides/components/_activity.html.haml
workarea-admin-3.5.0 app/views/workarea/admin/style_guides/components/_activity.html.haml
workarea-admin-3.5.0.beta.1 app/views/workarea/admin/style_guides/components/_activity.html.haml