summaryrefslogtreecommitdiff
path: root/app/views/invite_codes/_invite_code.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/invite_codes/_invite_code.html.haml')
-rw-r--r--app/views/invite_codes/_invite_code.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/invite_codes/_invite_code.html.haml b/app/views/invite_codes/_invite_code.html.haml
index a3c420d..a167432 100644
--- a/app/views/invite_codes/_invite_code.html.haml
+++ b/app/views/invite_codes/_invite_code.html.haml
@@ -1,5 +1,7 @@
%tr
%td
+ = simple_date(invite_code.updated_at)
+ %td
= simple_date(invite_code.created_at)
%td
%input.invite-code{:value => invite_code.invite_code}