diff options
Diffstat (limited to 'app/views/sim_cards/show.html.haml')
-rw-r--r-- | app/views/sim_cards/show.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/sim_cards/show.html.haml b/app/views/sim_cards/show.html.haml index 88822f1..4752aab 100644 --- a/app/views/sim_cards/show.html.haml +++ b/app/views/sim_cards/show.html.haml @@ -5,6 +5,11 @@ %table.table.table-striped %tr %td + %strong= t('sim_cards.show.sim_number') + ":" + %td + = @sim_card.sim_number + %tr + %td %strong= t('sim_cards.show.sip_account_id') + ":" %td = @sim_card.sip_account |