diff options
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/content_helper.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/content_helper.rb b/app/helpers/content_helper.rb index bf7287f..6043089 100644 --- a/app/helpers/content_helper.rb +++ b/app/helpers/content_helper.rb | |||
| @@ -39,6 +39,10 @@ module ContentHelper | |||
| 39 | ) | 39 | ) |
| 40 | end | 40 | end |
| 41 | 41 | ||
| 42 | def weekday_abbr(time) | ||
| 43 | RruleHumanizer.wday_abbr(time, I18n.locale) | ||
| 44 | end | ||
| 45 | |||
| 42 | def tags | 46 | def tags |
| 43 | render :partial => 'content/tags' | 47 | render :partial => 'content/tags' |
| 44 | end | 48 | end |
