diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-15 15:56:16 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-15 15:56:16 +0100 |
commit | b1cbfe7a7bd5e966be14b71be4e201cc9e2b1aa6 (patch) | |
tree | dc8dc01b5c4103516eb076121e47e7b5a3e70eb9 /app/views/sim_cards/show.html.haml | |
parent | 14e8e9923666991703f747a4abfd6fbfb96d2dc1 (diff) |
Activate a new sim_card.
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 |