summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-15 15:56:16 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-15 15:56:16 +0100
commitb1cbfe7a7bd5e966be14b71be4e201cc9e2b1aa6 (patch)
treedc8dc01b5c4103516eb076121e47e7b5a3e70eb9 /app/views
parent14e8e9923666991703f747a4abfd6fbfb96d2dc1 (diff)
Activate a new sim_card.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/sim_cards/_index_core.html.haml2
-rw-r--r--app/views/sim_cards/show.html.haml5
2 files changed, 7 insertions, 0 deletions
diff --git a/app/views/sim_cards/_index_core.html.haml b/app/views/sim_cards/_index_core.html.haml
index 460c8ba..16440ff 100644
--- a/app/views/sim_cards/_index_core.html.haml
+++ b/app/views/sim_cards/_index_core.html.haml
@@ -1,5 +1,6 @@
%table.table.table-striped
%tr
+ %th= t('sim_cards.show.sim_number')
%th= t('sim_cards.index.sip_account_id')
%th= t('sip_accounts.index.phone_numbers')
%th= t('sim_cards.index.auth_key')
@@ -8,6 +9,7 @@
- for sim_card in sim_cards
%tr
+ %td= sim_card.sim_number
%td= sim_card.sip_account
%td
= render 'phone_numbers/listing', :phone_numbers => sim_card.sip_account.phone_numbers.order(:number)
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