From 9a142e3bb67ba7887a8ab56ab14bc8d7feb68786 Mon Sep 17 00:00:00 2001 From: Saurabh Bhatia Date: Thu, 3 Jul 2014 15:49:52 +0800 Subject: [PATCH] template for personal book --- .../modules/book/index.html.erb | 19 ++++++++++++++ .../modules/book/show.html.erb | 26 +++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 app/templates/orbit_bootstrap/modules/book/index.html.erb create mode 100644 app/templates/orbit_bootstrap/modules/book/show.html.erb diff --git a/app/templates/orbit_bootstrap/modules/book/index.html.erb b/app/templates/orbit_bootstrap/modules/book/index.html.erb new file mode 100644 index 0000000..b755ec1 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/book/index.html.erb @@ -0,0 +1,19 @@ +
+

+ {{widget-title}} +

+
+
+
+
+

+ {{book_title}} +

+

{{authors}}

+ Read More ยป +
+
+
+
+
+{{pagination_goes_here}} \ No newline at end of file diff --git a/app/templates/orbit_bootstrap/modules/book/show.html.erb b/app/templates/orbit_bootstrap/modules/book/show.html.erb new file mode 100644 index 0000000..716b4e6 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/book/show.html.erb @@ -0,0 +1,26 @@ +
+

+ {{title}} +

+

 {{year}}

+

 {{authors}}

+

 {{isbn}}

+

 {{language}}

+

 {{pages}}

+

 {{publish_date}}

+

 {{publication_date}}

+

 {{url}}

+

 {{note}}

+

 {{keywords}}

+

 {{publisher}}

+

 {{editor}}

+ + +