Sha256: f4c4577081c9edd22400478402d66b3ce6990dc60c23afbebf05d9f0632b6dd7

Contents?: true

Size: 829 Bytes

Versions: 27

Compression:

Stored size: 829 Bytes

Contents

.conversations--actions.bordered.d-flex
  %a.btn.archive-btn{ href: "javascript: void(0)", data: { url: conversations_rmtag_path(Wco::Tag::INBOX) } }
    %i.material-icons archive
    archive
  %a.btn.delete-btn{ href: "javascript: void(0)", data: { url: conversations_path } }
    %i.material-icons delete
    delete
  %a.btn.reload-btn{ href: "javascript: location.reload()" }
    %i.material-icons refresh
    refresh
  .bordered.inline-block
    = select_tag :emailtag, options_for_select(@tags_list)
    = check_box_tag :is_move
    %label move?
    %a.btn.add-tag-btn{ href: "javascript: void(0)", data: { url: conversations_addtag_path } }
      %i.material-icons add
      Addtag
    %a.btn.remove-tag-btn{ href: "javascript: void(0)", data: { url: conversations_rmtag_path } }
      %i.material-icons remove
      Rmtag

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
wco_email-0.1.1.27 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.26 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.25 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.24 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.23 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.22 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.21 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.20 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.19 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.18 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.17 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.16 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.15 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.14 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.13 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.12 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.11 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.10 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.9 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.8 app/views/wco_email/conversations/_actions.haml