diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-27 11:10:27 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-27 11:11:04 +0100 |
commit | 34789db9065c3d89fef40234b322c5bedd47dfea (patch) | |
tree | d3785536ddf0f60d593a34f1fa6c1d060b99f6e7 /docs/customising | |
parent | 9cd8ddead67a114f7c2cfea7484396bea08b7b63 (diff) |
Fix typo .rhml extension to .html.erb
Diffstat (limited to 'docs/customising')
-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 |