diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-09-18 15:57:20 +1000 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-09-18 15:57:20 +1000 |
commit | fed7b7ebbece65e3247f8be7da11df90c74e2084 (patch) | |
tree | 3c61cc772f2f9d76cc3db00cd368ef0b24e6b867 /lib/views/help/about.rhtml | |
parent | c49382584bca4abd61ed8a2454b6f161561603be (diff) |
Replace instances of WhatDoTheyKnow with site_name from configuration
Diffstat (limited to 'lib/views/help/about.rhtml')
-rw-r--r-- | lib/views/help/about.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/help/about.rhtml b/lib/views/help/about.rhtml index b68ff99..a2b5ef2 100644 --- a/lib/views/help/about.rhtml +++ b/lib/views/help/about.rhtml @@ -3,7 +3,7 @@ <%= render :partial => 'sidebar' %> <div id="left_column_flip"> - <h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1> <p>This is a custom "about" page</p> + <h1 id="introduction">Introduction to <%= site_name %> <a href="#introduction">#</a> </h1> <p>This is a custom "about" page</p> </div> |