diff options
author | francis <francis> | 2007-10-11 22:01:36 +0000 |
---|---|---|
committer | francis <francis> | 2007-10-11 22:01:36 +0000 |
commit | 850ecc72e4467ba6f465a0eaa657bc8d9c7067b2 (patch) | |
tree | 56fdd5fee4ee35c74372290c9b9e3c049d8e672b /app/helpers | |
parent | 0b79c30a76cea9d92ef121d66bb905436bfc41ee (diff) |
Added controller for displaying public bodies.
Improve front page.
Tidying up styling a bit.
Add tagline.
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/body_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/body_helper.rb b/app/helpers/body_helper.rb new file mode 100644 index 000000000..55c49196a --- /dev/null +++ b/app/helpers/body_helper.rb @@ -0,0 +1,2 @@ +module BodyHelper +end |