Skip to content

Commit

Permalink
Check in the date partial, since apparently we never actually did tha…
Browse files Browse the repository at this point in the history
…t! [#10]
  • Loading branch information
marnen committed Jan 7, 2009
1 parent 67e9e2b commit bf56620
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/events/_date.html.haml
@@ -0,0 +1,6 @@
%abbr.dtstart{:title => event.date.to_formatted_s(:ical)}
.date
.wday&= _ event.date.strftime('%a')
.month&= _ event.date.strftime('%b')
.day&= event.date.day
.year&= event.date.year

0 comments on commit bf56620

Please sign in to comment.