diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-28 12:17:59 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-28 12:17:59 +0100 |
commit | b3f5b17b79f228c4206d808b81a8697175bc72fd (patch) | |
tree | 5f736fb8913c4018f7c07a17f02e0ebdf29c9397 /docs/customising/themes.md | |
parent | 387f7712eba556d5cb3c8e5d1a5a4f3563058d69 (diff) | |
parent | 34789db9065c3d89fef40234b322c5bedd47dfea (diff) |
Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli into gh-pages
Diffstat (limited to 'docs/customising/themes.md')
-rw-r--r-- | docs/customising/themes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md index 7db02f7eb..154cc0dca 100644 --- a/docs/customising/themes.md +++ b/docs/customising/themes.md @@ -101,7 +101,7 @@ then issue a pull request. Normally, however, you should override these pages **in your own theme**, by placing them at a corresponding location within your theme's `lib/` directory. These means that a file at -`lib/themes/alavetelitheme/lib/views/help/about.rhml` will appear +`lib/themes/alavetelitheme/lib/views/help/about.html.erb` will appear instead of the core "about us" file. ### Changing the logo |