Skip to content

Commit

Permalink
feat(sms.senders): add column to display sender reason of reject
Browse files Browse the repository at this point in the history
ref: UXCT-99
  • Loading branch information
Stephanie Moallic authored and antleblanc committed Mar 8, 2019
1 parent b610331 commit b925c03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@
</span>
</button>
</th>
<th scope="col"
data-translate="sms_senders_label_comment">
</th>
<th
scope="col"
class="text-right"
Expand Down Expand Up @@ -288,6 +291,7 @@
>
</span>
</td>
<td data-ng-bind="sender.comment || '-'"></td>
<td class="text-right">
<div
class="btn-group"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<translation id="sms_senders_label_referer" qtlid="2642">Type</translation>
<translation id="sms_senders_label_description" qtlid="9238">Description</translation>
<translation id="sms_senders_label_status" qtlid="26443">Statut</translation>
<translation id="sms_senders_label_comment">Commentaire</translation>

<translation id="sms_senders_sr_only_actions" qtlid="72809">Actions</translation>

Expand Down

0 comments on commit b925c03

Please sign in to comment.