From b80bd744ad873f6fc43018bc4bfb90677de167bd Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Mon, 17 Dec 2012 12:01:45 +0100 Subject: Start of GS5. --- app/views/api/rows/show.html.erb | 56 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 app/views/api/rows/show.html.erb (limited to 'app/views/api/rows/show.html.erb') diff --git a/app/views/api/rows/show.html.erb b/app/views/api/rows/show.html.erb new file mode 100644 index 0000000..aad60b5 --- /dev/null +++ b/app/views/api/rows/show.html.erb @@ -0,0 +1,56 @@ +

<%= notice %>

+ +

+ User name: + <%= @row.user_name %> +

+ +

+ Last name: + <%= @row.last_name %> +

+ +

+ Middle name: + <%= @row.middle_name %> +

+ +

+ First name: + <%= @row.first_name %> +

+ +

+ Office phone number: + <%= @row.office_phone_number %> +

+ +

+ Internal extension: + <%= @row.internal_extension %> +

+ +

+ Mobile phone number: + <%= @row.mobile_phone_number %> +

+ +

+ Fax phone number: + <%= @row.fax_phone_number %> +

+ +

+ Email: + <%= @row.email %> +

+ +

+ Pin: + <%= @row.pin %> +

+ +

+ Photo file name: + <%= @row.photo_file_name %> +

\ No newline at end of file -- cgit v1.2.3