diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-07-13 11:20:31 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-07-13 11:20:31 +0100 |
commit | c2302d34c8416b3755338f2a5a919a3857c6de2f (patch) | |
tree | 4ae56bbd4ef9634dac821767b89d7e6f524a7ca1 | |
parent | 67df820b1d41402a413d1899cfdbdb4da69f7685 (diff) | |
parent | dc988a0e1b601e5f09168c5bc6778eaf1b534474 (diff) |
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
-rw-r--r-- | doc/THEMES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/THEMES.md b/doc/THEMES.md index ffdd8f204..e33371df7 100644 --- a/doc/THEMES.md +++ b/doc/THEMES.md @@ -85,7 +85,7 @@ instead of the core "about us" file. Rails expects all its stylesheets to live at `<railshome>/public`, which presents a problem for plugins. Here's how we solve it: the stylesheet and associated resources for your theme live (by -convention) in at `alavetelitheme/public/`. This is symlinked from +convention) in `alavetelitheme/public/`. This is symlinked from the main Rails app -- see `alavetelitheme/install.rb` to see how this happens. |