diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-09 10:01:03 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-09 10:01:03 +0100 |
commit | 4ccb1e6346bb6c964e0ec577b55380eaebb81a58 (patch) | |
tree | 78b6cf849e4a44e0f04d7e848a416ee6d7e9a1fb | |
parent | 06df4520f37e4e2b200425486f2502683a5cef19 (diff) |
Fix path
-rw-r--r-- | customising/themes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customising/themes.md b/customising/themes.md index 2084db2f1..941c976cf 100644 --- a/customising/themes.md +++ b/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/help/about.rhml` will appear +`lib/themes/alavetelitheme/lib/views/help/about.rhml` will appear instead of the core "about us" file. Rails expects all its stylesheets to live at `<railshome>/public`, |