Sha256: 1b77439a3479274950ba4905d5e24b619f7116350df168d10a43a75a5e1efbb7

Contents?: true

Size: 869 Bytes

Versions: 5

Compression:

Stored size: 869 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
    .d-inline-block
      = select_tag :emailtag, options_for_select(@tags_list), class: 'select2'
    = 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

5 entries across 5 versions & 1 rubygems

Version Path
wco_email-0.1.1.32 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.31 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.30 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.29 app/views/wco_email/conversations/_actions.haml
wco_email-0.1.1.28 app/views/wco_email/conversations/_actions.haml