From 1a838e8feb2148373105ce8de59eefa00dea37dd Mon Sep 17 00:00:00 2001 From: manson Date: Thu, 1 May 2014 17:27:01 +0800 Subject: [PATCH] Update Announcement frontend --- .gitignore | 1 + app/templates/orbit_classic/modules/announcement/index.html.erb | 2 +- app/templates/orbit_classic/modules/announcement/show.html.erb | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8ee726b..77555f7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /Gemfile.lock app/views/frontend /public/uploads/* +public/assets/* diff --git a/app/templates/orbit_classic/modules/announcement/index.html.erb b/app/templates/orbit_classic/modules/announcement/index.html.erb index 6adb692..381f6f0 100644 --- a/app/templates/orbit_classic/modules/announcement/index.html.erb +++ b/app/templates/orbit_classic/modules/announcement/index.html.erb @@ -1,7 +1,7 @@

{{title}}

-

{{body}}

+

{{subtitle}}

{{more}}

\ No newline at end of file diff --git a/app/templates/orbit_classic/modules/announcement/show.html.erb b/app/templates/orbit_classic/modules/announcement/show.html.erb index ea64d9e..db3dd7c 100644 --- a/app/templates/orbit_classic/modules/announcement/show.html.erb +++ b/app/templates/orbit_classic/modules/announcement/show.html.erb @@ -1,5 +1,6 @@

{{title}}

+
{{body}}