From 3189a8cb695a6b0e074fe2c9019c90059a17c7ed Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Wed, 9 Mar 2016 15:18:35 +0800 Subject: [PATCH] added frontend views --- app/views/personal_certificates/index.html.erb | 1 + app/views/personal_certificates/show.html.erb | 1 + 2 files changed, 2 insertions(+) create mode 100644 app/views/personal_certificates/index.html.erb create mode 100644 app/views/personal_certificates/show.html.erb diff --git a/app/views/personal_certificates/index.html.erb b/app/views/personal_certificates/index.html.erb new file mode 100644 index 0000000..648b75c --- /dev/null +++ b/app/views/personal_certificates/index.html.erb @@ -0,0 +1 @@ +<%= render_view %> \ No newline at end of file diff --git a/app/views/personal_certificates/show.html.erb b/app/views/personal_certificates/show.html.erb new file mode 100644 index 0000000..648b75c --- /dev/null +++ b/app/views/personal_certificates/show.html.erb @@ -0,0 +1 @@ +<%= render_view %> \ No newline at end of file