Sha256: 385f1a9ab40d061fe00b3103ca80fc141e01c79d5f0d0a88314cbac363af66c0

Contents?: true

Size: 779 Bytes

Versions: 52

Compression:

Stored size: 779 Bytes

Contents

<list-view ng-if='box_type()=="trash"' buttons="buttons" objects="conversations" title-attribute="'subject'" details-template="details_template" item-per-page="10" on_delete="on_delete" use-permissions="false" delete-title="'Delete'">

  <div class="small-6 column text-left clearpadding">
    <h3><i class="fa fa-group"></i> <span translate>Conversations</span></h3>
  </div>
</list-view>

<list-view ng-if='box_type()!="trash"' buttons="buttons" objects="conversations" title-attribute="'subject'" details-template="details_template" item-per-page="10" on_delete="on_trash" use-permissions="false" delete-title="'Trash'">

  <div class="small-6 column text-left clearpadding">
    <h3><i class="fa fa-group"></i> <span translate>Conversations</span></h3>
  </div>
</list-view>

Version data entries

52 entries across 52 versions & 2 rubygems

Version Path
faalis-2.2.0.pre.rc1 app/views/angular/conversations/index.html
faalis-2.2.1 app/views/angular/conversations/index.html
underworld-1.0.0 app/views/angular/conversations/index.html
faalis-2.2.0 app/views/angular/conversations/index.html
faalis-2.1.1 app/views/angular/conversations/index.html
faalis-2.1.0 app/views/angular/conversations/index.html
faalis-2.0.8 app/views/angular/conversations/index.html
faalis-2.0.7 app/views/angular/conversations/index.html
faalis-2.0.5 app/views/angular/conversations/index.html
faalis-2.0.4 app/views/angular/conversations/index.html
faalis-2.0.3 app/views/angular/conversations/index.html
faalis-2.0.1 app/views/angular/conversations/index.html
faalis-2.0.0 app/views/angular/conversations/index.html
faalis-2.0.0.rc6 app/views/angular/conversations/index.html
faalis-2.0.0.rc5 app/views/angular/conversations/index.html
faalis-2.0.0.rc4 app/views/angular/conversations/index.html
faalis-2.0.0.rc3 app/views/angular/conversations/index.html
faalis-2.0.0.rc2 app/views/angular/conversations/index.html
faalis-1.0.0 app/views/angular/conversations/index.html
faalis-1.0.0.alpha4 app/views/angular/conversations/index.html