diff options
| author | hukl <contact@smyck.org> | 2009-03-04 23:57:49 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-04 23:57:49 +0100 |
| commit | bd0ec81f6f6b1129bb78a7c5d813c1d87c8dbcac (patch) | |
| tree | e25d053360e1294422a0d15c8e1eed7e46823c59 /app | |
| parent | f79a25b4303d8e7b81d9d6c2d25a0328f9524b48 (diff) | |
minor fixes
Diffstat (limited to 'app')
| -rw-r--r-- | app/helpers/content_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/content_helper.rb b/app/helpers/content_helper.rb index a586142..e945efb 100644 --- a/app/helpers/content_helper.rb +++ b/app/helpers/content_helper.rb | |||
| @@ -75,7 +75,7 @@ module ContentHelper | |||
| 75 | if partial && partial_exists?( partial ) | 75 | if partial && partial_exists?( partial ) |
| 76 | return "custom/partials/#{partial}" | 76 | return "custom/partials/#{partial}" |
| 77 | else | 77 | else |
| 78 | return 'content/article' | 78 | return 'custom/partials/article' |
| 79 | end | 79 | end |
| 80 | end | 80 | end |
| 81 | 81 | ||
