Sha256: 79e3bfde6445ba605f5a1811b2a08468f046365e5cbb6a617b1eeea4b14920e5
Contents?: true
Size: 661 Bytes
Versions: 2
Compression:
Stored size: 661 Bytes
Contents
<div class="details"> <p> <b translate>Sent at : </b>{{this.object.created_at}} <b translate>Last Update : </b>{{this.object.updated_at}} </p> <ul class="button-group float-right"> <a class="small" href="#/conversations/{{this.object.id}}/show"> <span class="fa fa-eye"></span> <span translated>Read </span> </a> <a class="small" href="#/conversations/{{this.object.id}}/reply"> <span class="fa fa-edit"></span> <span translated>Reply</span> </a> <a class="small" ng-click="this.on_trash(this.object)"> <span class="fa fa-edit"></span> <span translated>Trash</span> </a> </a> </ul> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
faalis-0.11.1 | app/views/angularjs_templates/conversations/details.html |
faalis-0.11.0 | app/views/angularjs_templates/conversations/details.html |